Previous
Previous
 
Next
Next


SET_WORKSPACE_ID Procedure

This function is used 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: SET_WORKSPACE_ID Parameters describes the parameters available in the SET_WORKSPACE_ID procedure.

SET_WORKSPACE_ID Parameters

Parameter Description

p_workspace_id

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".