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 4492: SELECT pa_prm_wf_item_key_s.nextval

4488: log_message('Inside Start mass approval flow: 0');
4489: log_message('Value of updated info doc:' || p_update_info_doc);
4490:
4491: -- Create the unique item key to launch WF with
4492: SELECT pa_prm_wf_item_key_s.nextval
4493: INTO l_itemkey
4494: FROM dual;
4495:
4496: l_wf_started_by_id := FND_GLOBAL.user_id;

Line 5084: SELECT pa_prm_wf_item_key_s.nextval

5080: END IF;
5081: CLOSE l_resource_csr;
5082:
5083: -- Create the unique item key to launch WF with
5084: SELECT pa_prm_wf_item_key_s.nextval
5085: INTO l_itemkey
5086: FROM dual;
5087:
5088: -- Create the WF process

Line 6291: SELECT pa_prm_wf_item_key_s.nextval

6287:
6288: For k IN 1..l_recipients_tbl.COUNT LOOP
6289:
6290: -- Create the unique item key to launch WF with
6291: SELECT pa_prm_wf_item_key_s.nextval
6292: INTO l_itemkey
6293: FROM dual;
6294:
6295: -- Create the WF process

Line 7407: SELECT pa_prm_wf_item_key_s.nextval

7403: --Getting all local variables required for workflow attributes
7404: ---------------------------------------------------------------
7405:
7406: -- Create the unique item key to launch WF with
7407: SELECT pa_prm_wf_item_key_s.nextval
7408: INTO l_itemkey
7409: FROM dual;
7410:
7411: log_message('The value of p_mode is:' || p_mode );