DBA Data[Home] [Help]

APPS.OKC_ARTWF_PVT dependencies on FND_PROFILE

Line 1119: l_current_user_id := TO_NUMBER(FND_PROFILE.VALUE('USER_ID'));

1115:
1116: begin
1117: org_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'ORG_ID', true);
1118: -- get current apps context params
1119: l_current_user_id := TO_NUMBER(FND_PROFILE.VALUE('USER_ID'));
1120: l_current_resp_id := TO_NUMBER(FND_PROFILE.VALUE('RESP_ID'));
1121: l_current_resp_appl_id := TO_NUMBER(FND_PROFILE.VALUE('RESP_APPL_ID'));
1122: -- get apps context params saved in wf
1123: user_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'USER_ID', true);

Line 1120: l_current_resp_id := TO_NUMBER(FND_PROFILE.VALUE('RESP_ID'));

1116: begin
1117: org_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'ORG_ID', true);
1118: -- get current apps context params
1119: l_current_user_id := TO_NUMBER(FND_PROFILE.VALUE('USER_ID'));
1120: l_current_resp_id := TO_NUMBER(FND_PROFILE.VALUE('RESP_ID'));
1121: l_current_resp_appl_id := TO_NUMBER(FND_PROFILE.VALUE('RESP_APPL_ID'));
1122: -- get apps context params saved in wf
1123: user_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'USER_ID', true);
1124: resp_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'RESP_ID', true);

Line 1121: l_current_resp_appl_id := TO_NUMBER(FND_PROFILE.VALUE('RESP_APPL_ID'));

1117: org_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'ORG_ID', true);
1118: -- get current apps context params
1119: l_current_user_id := TO_NUMBER(FND_PROFILE.VALUE('USER_ID'));
1120: l_current_resp_id := TO_NUMBER(FND_PROFILE.VALUE('RESP_ID'));
1121: l_current_resp_appl_id := TO_NUMBER(FND_PROFILE.VALUE('RESP_APPL_ID'));
1122: -- get apps context params saved in wf
1123: user_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'USER_ID', true);
1124: resp_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'RESP_ID', true);
1125: resp_appl_id := wf_engine.GetItemAttrNumber(itemtype, itemkey, 'RESP_APPL_ID', true);