7.31 GET_REST_SOURCE_CATALOG_GROUP Function

This function retrieves the name of REST Source Catalog Group which new catalogs are imported into.

Syntax

APEX_APPLICATION_INSTALL.GET_REST_SOURCE_CATALOG_GROUP
    RETURN VARCHAR2;

Parameters

None.

Example

The following example prints the REST Source Catalog Group override.

select apex_application_install.get_rest_source_catalog_group 
  from sys.dual;