8.50 SET_REST_SOURCE_CATALOG_GROUP Procedure
This procedure sets the REST Source Catalog group to import a new REST Source Catalog.
Syntax
APEX_APPLICATION_INSTALL.SET_REST_SOURCE_CATALOG_GROUP (
p_name IN VARCHAR2 )
Parameters
Parameter | Description |
---|---|
p_name |
The name of the REST Source Catalog Group. That Group must exist in the workspace. |
Example
The following example sets the catalog group to Financial Services Catalogs
. REST Source Catalogs are imported into this group.
BEGIN
apex_application_install.set_rest_source_catalog_group (
p_name => 'Financial Services Catalogs' );
END;
/
@rest-service-catalog-financial.sql
Parent topic: APEX_APPLICATION_INSTALL