58.139 SET_WORKSPACE Procedure
This procedure sets the current workspace.
Syntax
APEX_UTIL.SET_WORKSPACE (
    p_workspace IN VARCHAR2 )Parameters
| Parameters | Description | 
|---|---|
| p_workspace | The workspace's short name. | 
Example
This example sets the workspace MY_WORKSPACE.
                  
apex_util.set_workspace (
    p_workspace => 'MY_WORKSPACE' );Parent topic: APEX_UTIL