DBA Data[Home] [Help]

APPS.PA_TASK_WORKFLOW_PKG dependencies on PA_WORKFLOW_ITEMKEY_S

Line 113: SELECT pa_workflow_itemkey_s.nextval

109: CLOSE c_ci_info;
110:
111: x_err_code := 0;
112: --get the unique identifier for this specific workflow
113: SELECT pa_workflow_itemkey_s.nextval
114: INTO itemkey
115: FROM DUAL;
116:
117: log_message('Initializing the variables',3);