This procedure sets the current workspace.
Syntax
procedure set_workspace (
p_workspace in varchar2 );
Parameters
Table 34-113 describes the parameters available in SET_WORKSPACE_Procedure.
Table 34-113 SET_WORKSPACE_Procedure Parameters
| Parameters | Description |
|---|---|
|
|
The workspace's short name. |
Example
This example shows how to Set workspace MY_WORKSPACE.
apex_util.set_workspace (
p_workspace => 'MY_WORKSPACE' );
Parent topic: APEX_UTIL