DBA Data[Home] [Help]

APPS.PA_PROJECT_WF dependencies on PA_WORKFLOW_UTILS

Line 96: PA_WORKFLOW_UTILS.Set_Global_Attr

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

Line 238: PA_WORKFLOW_UTILS.Insert_WF_Processes

234:
235: --dbms_output.put_line('AFTER EXTN - l_err_code: '||to_char(l_err_code));
236:
237: IF l_err_code = 0 THEN
238: PA_WORKFLOW_UTILS.Insert_WF_Processes
239: (p_wf_type_code => 'PROJECT'
240: ,p_item_type => l_get_projinfo_rec.workflow_item_type
241: ,p_item_key => l_out_item_key
242: ,p_entity_key1 => to_char(p_project_id)

Line 338: PA_WORKFLOW_UTILS.Set_Notification_Messages

334: ELSIF (l_err_code > 0)
335: THEN
336: resultout := wf_engine.eng_completed||':'||'F';
337: WF_CORE.CONTEXT('PA_PROJECT_WF','GET_PROJ_STATUS_ATTRIBUTES',itemtype, itemkey, to_char(actid), funcmode);
338: PA_WORKFLOW_UTILS.Set_Notification_Messages
339: (p_item_type => itemtype
340: , p_item_key => itemkey
341: );
342: RETURN;

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

364: IF l_project_approver_id is NOT NULL THEN
365: FND_GLOBAL.Apps_Initialize
366: ( user_id => l_project_approver_id
367: , resp_id => l_resp_id
368: , resp_appl_id => pa_workflow_utils.get_application_id(l_resp_id)
369: );
370: ELSE
371: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,
372: p_item_key => itemkey,

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

367: , resp_id => l_resp_id
368: , resp_appl_id => pa_workflow_utils.get_application_id(l_resp_id)
369: );
370: ELSE
371: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,
372: p_item_key => itemkey,
373: p_err_code => l_err_code);
374: END IF;
375:

Line 617: PA_WORKFLOW_UTILS.Set_Notification_Messages

613: x_err_code => l_err_code );
614: END IF;
615:
616:
617: PA_WORKFLOW_UTILS.Set_Notification_Messages
618: (p_item_type => itemtype
619: , p_item_key => itemkey
620: );
621:

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

668: WF_CORE.CONTEXT('PA_PROJECT_WF','GET_PROJ_STATUS_ATTRIBUTES',itemtype, itemkey, to_char(actid), funcmode);
669: RAISE FND_API.G_EXC_ERROR;
670: END IF;
671:
672: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,
673: p_item_key => itemkey,
674: p_err_code => l_err_code);
675: l_project_id := wf_engine.GetItemAttrNumber
676: ( itemtype => itemtype,

Line 800: PA_WORKFLOW_UTILS.Set_Notification_Messages

796: ELSIF (l_err_code > 0)
797: THEN
798: resultout := wf_engine.eng_completed||':'||'F';
799: WF_CORE.CONTEXT('PA_PROJECT_WF','GET_PROJ_STATUS_ATTRIBUTES',itemtype, itemkey, to_char(actid), funcmode);
800: PA_WORKFLOW_UTILS.Set_Notification_Messages
801: (p_item_type => itemtype
802: , p_item_key => itemkey
803: );
804: RETURN;

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

803: );
804: RETURN;
805: END IF;
806:
807: Pa_workflow_utils.Set_Global_Attr (p_item_type => itemtype,
808: p_item_key => itemkey,
809: p_err_code => l_err_code);
810: l_project_id := wf_engine.GetItemAttrNumber( itemtype => itemtype,
811: itemkey => itemkey,

Line 868: pa_workflow_utils.set_notification_messages

864: WHERE project_id = x_project_id;
865:
866: END IF;
867: IF x_populate_msg_yn = 'Y' THEN
868: pa_workflow_utils.set_notification_messages
869: (p_item_type => x_item_type,
870: p_item_key => x_item_key );
871: END IF; -- x_populate_msg_yn = 'Y'
872: