DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on FND_GLOBAL

Line 6609: l_user_id := FND_GLOBAL.user_id;

6605:
6606: -- bug 5657496
6607: -- Need to set the context variables also, else the selector function in
6608: -- the workflow will set a null context.
6609: l_user_id := FND_GLOBAL.user_id;
6610: l_responsibility_id := FND_GLOBAL.resp_id;
6611: l_application_id := FND_GLOBAL.resp_appl_id;
6612: wf_engine.SetItemAttrNumber ( itemtype => itemtype,
6613: itemkey => itemkey,

Line 6610: l_responsibility_id := FND_GLOBAL.resp_id;

6606: -- bug 5657496
6607: -- Need to set the context variables also, else the selector function in
6608: -- the workflow will set a null context.
6609: l_user_id := FND_GLOBAL.user_id;
6610: l_responsibility_id := FND_GLOBAL.resp_id;
6611: l_application_id := FND_GLOBAL.resp_appl_id;
6612: wf_engine.SetItemAttrNumber ( itemtype => itemtype,
6613: itemkey => itemkey,
6614: aname => 'USER_ID',

Line 6611: l_application_id := FND_GLOBAL.resp_appl_id;

6607: -- Need to set the context variables also, else the selector function in
6608: -- the workflow will set a null context.
6609: l_user_id := FND_GLOBAL.user_id;
6610: l_responsibility_id := FND_GLOBAL.resp_id;
6611: l_application_id := FND_GLOBAL.resp_appl_id;
6612: wf_engine.SetItemAttrNumber ( itemtype => itemtype,
6613: itemkey => itemkey,
6614: aname => 'USER_ID',
6615: avalue => l_user_id);