3.38 SET_WORKSPACE_ID Procedure
Use this function to set the workspace ID for the application to be imported.
Syntax
APEX_APPLICATION_INSTALL.SET_WORKSPACE_ID (
    p_workspace_id  IN NUMBER);Parameters
Table 3-19 SET_WORKSPACE_ID Parameters
| Parameter | Description | 
|---|---|
| 
 | The workspace ID. | 
Example
For examples of this procedure call, see "Import Application into Different Workspace using Different Schema" and "Import into Training Instance for Three Different Workspaces".
See Also:
Parent topic: APEX_APPLICATION_INSTALL