DBA Data[Home] [Help]

APPS.PA_DCTN_APRV_NOTIFICATION dependencies on FND_GLOBAL

Line 83: l_workflow_started_by_id := FND_GLOBAL.user_id;

79: INTO itemkey
80: FROM DUAL;
81:
82: -- Need this to populate the attribute information in Workflow
83: l_workflow_started_by_id := FND_GLOBAL.user_id;
84: l_resp_id := FND_GLOBAL.resp_id;
85:
86: -- Create a new Wf process
87: WF_ENGINE.CreateProcess( itemtype => itemtype,

Line 84: l_resp_id := FND_GLOBAL.resp_id;

80: FROM DUAL;
81:
82: -- Need this to populate the attribute information in Workflow
83: l_workflow_started_by_id := FND_GLOBAL.user_id;
84: l_resp_id := FND_GLOBAL.resp_id;
85:
86: -- Create a new Wf process
87: WF_ENGINE.CreateProcess( itemtype => itemtype,
88: itemkey => itemkey,