DBA Data[Home] [Help]

APPS.PA_WORKPLAN_WORKFLOW dependencies on DUAL

Line 25: from dual;

21: x_return_status := FND_API.g_ret_sts_success;
22:
23: select pa_workflow_itemkey_s.nextval
24: into l_item_key
25: from dual;
26:
27: x_item_key := to_char(l_item_key);
28:
29: wf_engine.createProcess(p_item_type,

Line 1045: FROM dual;

1041:
1042: l_item_key := null ;
1043: SELECT pa_workflow_itemkey_s.nextval
1044: INTO l_item_key
1045: FROM dual;
1046:
1047: IF l_debug_mode = 'Y' THEN
1048: Pa_Debug.g_err_stage:= 'START_PROJECT_EXECUTION_WF : Create Process';
1049: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,3);

Line 1169: FROM dual;

1165:
1166: l_item_key := null ;
1167: SELECT pa_workflow_itemkey_s.nextval
1168: INTO l_item_key
1169: FROM dual;
1170:
1171: IF l_debug_mode = 'Y' THEN
1172: Pa_Debug.g_err_stage:= 'RESTART_TASK_EXECUTION_WF : Create Process';
1173: Pa_Debug.WRITE(g_module_name,Pa_Debug.g_err_stage,3);