DBA Data[Home] [Help]

APPS.PA_ASGMT_WFSTD dependencies on PA_PRM_WF_ITEM_KEY_S

Line 317: SELECT pa_prm_wf_item_key_s.nextval

313: fnd_msg_pub.initialize;
314: pa_debug.init_err_stack ('pa_asgmt_wfstd.start_workflow');
315: x_msg_count := 0;
316: -- Create the unique item key to launch WF with
317: SELECT pa_prm_wf_item_key_s.nextval
318: INTO l_itemkey
319: FROM dual;
320:
321: l_wf_started_by_id := FND_GLOBAL.user_id;

Line 4507: SELECT pa_prm_wf_item_key_s.nextval

4503: log_message('Inside Start mass approval flow: 0');
4504: log_message('Value of updated info doc:' || p_update_info_doc);
4505:
4506: -- Create the unique item key to launch WF with
4507: SELECT pa_prm_wf_item_key_s.nextval
4508: INTO l_itemkey
4509: FROM dual;
4510:
4511: l_wf_started_by_id := FND_GLOBAL.user_id;

Line 5100: SELECT pa_prm_wf_item_key_s.nextval

5096: END IF;
5097: CLOSE l_resource_csr;
5098:
5099: -- Create the unique item key to launch WF with
5100: SELECT pa_prm_wf_item_key_s.nextval
5101: INTO l_itemkey
5102: FROM dual;
5103:
5104: -- Create the WF process

Line 6307: SELECT pa_prm_wf_item_key_s.nextval

6303:
6304: For k IN 1..l_recipients_tbl.COUNT LOOP
6305:
6306: -- Create the unique item key to launch WF with
6307: SELECT pa_prm_wf_item_key_s.nextval
6308: INTO l_itemkey
6309: FROM dual;
6310:
6311: -- Create the WF process

Line 7423: SELECT pa_prm_wf_item_key_s.nextval

7419: --Getting all local variables required for workflow attributes
7420: ---------------------------------------------------------------
7421:
7422: -- Create the unique item key to launch WF with
7423: SELECT pa_prm_wf_item_key_s.nextval
7424: INTO l_itemkey
7425: FROM dual;
7426:
7427: log_message('The value of p_mode is:' || p_mode );