DBA Data[Home] [Help]

APPS.PA_ASGMT_WFSTD dependencies on PA_WORKFLOW_UTILS

Line 1432: PA_WORKFLOW_UTILS.Insert_WF_Processes

1428: );
1429: -- Now start the WF process
1430: wf_engine.StartProcess ( itemtype => p_wf_item_type
1431: , itemkey => l_itemkey );
1432: PA_WORKFLOW_UTILS.Insert_WF_Processes
1433: (p_wf_type_code => 'ASSIGNMENT_APPROVAL'
1434: ,p_item_type => p_wf_item_type
1435: ,p_item_key => l_itemkey
1436: ,p_entity_key1 => to_char(l_projects_rec.project_id)

Line 1446: -- dbms_output.put_line ('after pa_workflow_utils ');

1442: );
1443: --Setting the original value
1444: wf_engine.threshold := l_save_threshold;
1445:
1446: -- dbms_output.put_line ('after pa_workflow_utils ');
1447: EXCEPTION
1448: WHEN OTHERS THEN
1449: --Setting the original value
1450: wf_engine.threshold := l_save_threshold;

Line 4742: PA_WORKFLOW_UTILS.Insert_WF_Processes

4738: -----------------------------
4739: wf_engine.StartProcess ( itemtype => l_wf_item_type
4740: ,itemkey => l_itemkey );
4741:
4742: PA_WORKFLOW_UTILS.Insert_WF_Processes
4743: (p_wf_type_code => 'MASS_ASSIGNMENT_APPROVAL'
4744: ,p_item_type => l_wf_item_type
4745: ,p_item_key => l_itemkey
4746: ,p_entity_key1 => to_char(p_project_id)

Line 5422: PA_WORKFLOW_UTILS.Insert_WF_Processes

5418: --Start the workflow process
5419: wf_engine.StartProcess ( itemtype => l_wf_item_type
5420: ,itemkey => l_itemkey );
5421:
5422: PA_WORKFLOW_UTILS.Insert_WF_Processes
5423: (p_wf_type_code => 'MASS_ASSIGNMENT_APPROVAL'
5424: ,p_item_type => l_wf_item_type
5425: ,p_item_key => l_itemkey
5426: ,p_entity_key1 => to_char(p_project_id)

Line 6395: PA_WORKFLOW_UTILS.Insert_WF_Processes

6391: --Start the workflow process
6392: wf_engine.StartProcess ( itemtype => l_wf_item_type
6393: ,itemkey => l_itemkey );
6394:
6395: PA_WORKFLOW_UTILS.Insert_WF_Processes
6396: (p_wf_type_code => 'MASS_ASSIGNMENT_APPROVAL'
6397: ,p_item_type => l_wf_item_type
6398: ,p_item_key => l_itemkey
6399: ,p_entity_key1 => to_char(p_project_id)

Line 7727: PA_WORKFLOW_UTILS.Insert_WF_Processes

7723: --Start the workflow process
7724: wf_engine.StartProcess ( itemtype => l_wf_item_type
7725: ,itemkey => l_itemkey );
7726:
7727: PA_WORKFLOW_UTILS.Insert_WF_Processes
7728: (p_wf_type_code => 'MASS_ASSIGNMENT_APPROVAL'
7729: ,p_item_type => l_wf_item_type
7730: ,p_item_key => l_itemkey
7731: ,p_entity_key1 => to_char(p_project_id)