29.2 GET_GRANTOR_WORKSPACE Function

This function gets current grantor workspace name.

Syntax

APEX_EXTENSION.GET_GRANTOR_WORKSPACE
    RETURN VARCHAR2;

Parameters

None.

Returns

Workspace name of grantor workspace.

Example

The following example query returns the name of the invoking workspace in a builder extension context.

select apex_extension.get_grantor_workspace from sys.dual;