DBA Data[Home] [Help]

APPS.PA_PROJECT_WF dependencies on PA_WORKFLOW_UTILS

Line 94: PA_WORKFLOW_UTILS.Set_Global_Attr

90: itemkey => itemkey,
91: aname => 'WORKFLOW_STARTED_BY_ID' );
92:
93: -- Based on the Responsibility, Intialize the Application
94: PA_WORKFLOW_UTILS.Set_Global_Attr
95: (p_item_type => itemtype
96: , p_item_key => itemkey
97: , p_err_code => l_err_code);
98:

Line 217: PA_WORKFLOW_UTILS.Insert_WF_Processes

213:
214: --dbms_output.put_line('AFTER EXTN - l_err_code: '||to_char(l_err_code));
215:
216: IF l_err_code = 0 THEN
217: PA_WORKFLOW_UTILS.Insert_WF_Processes
218: (p_wf_type_code => 'PROJECT'
219: ,p_item_type => l_get_projinfo_rec.workflow_item_type
220: ,p_item_key => l_out_item_key
221: ,p_entity_key1 => to_char(p_project_id)

Line 317: PA_WORKFLOW_UTILS.Set_Notification_Messages

313: ELSIF (l_err_code > 0)
314: THEN
315: resultout := wf_engine.eng_completed||':'||'F';
316: WF_CORE.CONTEXT('PA_PROJECT_WF','GET_PROJ_STATUS_ATTRIBUTES',itemtype, itemkey, to_char(actid), funcmode);
317: PA_WORKFLOW_UTILS.Set_Notification_Messages
318: (p_item_type => itemtype
319: , p_item_key => itemkey
320: );
321: RETURN;

Line 347: , resp_appl_id => pa_workflow_utils.get_application_id(l_resp_id)

343: IF l_project_approver_id is NOT NULL THEN
344: FND_GLOBAL.Apps_Initialize
345: ( user_id => l_project_approver_id
346: , resp_id => l_resp_id
347: , resp_appl_id => pa_workflow_utils.get_application_id(l_resp_id)
348: );
349: ELSE
350: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,
351: p_item_key => itemkey,

Line 350: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,

346: , resp_id => l_resp_id
347: , resp_appl_id => pa_workflow_utils.get_application_id(l_resp_id)
348: );
349: ELSE
350: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,
351: p_item_key => itemkey,
352: p_err_code => l_err_code);
353: END IF;
354:

Line 595: PA_WORKFLOW_UTILS.Set_Notification_Messages

591: x_err_code => l_err_code );
592: END IF;
593:
594:
595: PA_WORKFLOW_UTILS.Set_Notification_Messages
596: (p_item_type => itemtype
597: , p_item_key => itemkey
598: );
599:

Line 650: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,

646: WF_CORE.CONTEXT('PA_PROJECT_WF','GET_PROJ_STATUS_ATTRIBUTES',itemtype, itemkey, to_char(actid), funcmode);
647: RAISE FND_API.G_EXC_ERROR;
648: END IF;
649:
650: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,
651: p_item_key => itemkey,
652: p_err_code => l_err_code);
653: l_project_id := wf_engine.GetItemAttrNumber
654: ( itemtype => itemtype,

Line 778: PA_WORKFLOW_UTILS.Set_Notification_Messages

774: ELSIF (l_err_code > 0)
775: THEN
776: resultout := wf_engine.eng_completed||':'||'F';
777: WF_CORE.CONTEXT('PA_PROJECT_WF','GET_PROJ_STATUS_ATTRIBUTES',itemtype, itemkey, to_char(actid), funcmode);
778: PA_WORKFLOW_UTILS.Set_Notification_Messages
779: (p_item_type => itemtype
780: , p_item_key => itemkey
781: );
782: RETURN;

Line 785: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,

781: );
782: RETURN;
783: END IF;
784:
785: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,
786: p_item_key => itemkey,
787: p_err_code => l_err_code);
788: l_project_id := wf_engine.GetItemAttrNumber( itemtype => itemtype,
789: itemkey => itemkey,

Line 843: pa_workflow_utils.set_notification_messages

839: WHERE project_id = x_project_id;
840:
841: END IF;
842: IF x_populate_msg_yn = 'Y' THEN
843: pa_workflow_utils.set_notification_messages
844: (p_item_type => x_item_type,
845: p_item_key => x_item_key );
846: END IF; -- x_populate_msg_yn = 'Y'
847: