DBA Data[Home] [Help]

APPS.IGIDOSL dependencies on FND_PROFILE

Line 130: fnd_profile.get (name=>'ORG_ID', val=> l_session_org_id);

126: -- Code that compares current session context
127: -- with the work item context required to execute
128: -- the workflow safely
129:
130: fnd_profile.get (name=>'ORG_ID', val=> l_session_org_id);
131:
132: l_work_item_org_id := wf_engine.GetItemAttrNumber
133: (itemtype,
134: itemkey,

Line 238: -- g_sob_id := FND_PROFILE.VALUE ('GL_SET_OF_BKS_ID'); /* Commented for bug 6126275 */

234: ' ** BEGIN STARTUP ** ');
235: /* =============== END DEBUG LOG ================== */
236:
237: -- set of books id.
238: -- g_sob_id := FND_PROFILE.VALUE ('GL_SET_OF_BKS_ID'); /* Commented for bug 6126275 */
239: g_sob_id := ledger_id; /* Added for bug 6126275 */
240:
241: /* =============== START DEBUG LOG ================ */
242: DEBUG_LOG_STRING (l_proc_level, 'startup.Msg2',

Line 507: avalue => FND_PROFILE.VALUE('ORG_ID'));

503: -- Bug 4124934 , Start
504: wf_engine.SetItemAttrText ( itemtype => ItemType,
505: itemkey => ItemKey,
506: aname => 'ORG_ID',
507: avalue => FND_PROFILE.VALUE('ORG_ID'));
508:
509: wf_engine.SetItemAttrText ( itemtype => ItemType,
510: itemkey => ItemKey,
511: aname => 'USER_ID',

Line 512: avalue => FND_PROFILE.VALUE('USER_ID'));

508:
509: wf_engine.SetItemAttrText ( itemtype => ItemType,
510: itemkey => ItemKey,
511: aname => 'USER_ID',
512: avalue => FND_PROFILE.VALUE('USER_ID'));
513:
514: wf_engine.SetItemAttrText ( itemtype => ItemType,
515: itemkey => ItemKey,
516: aname => 'RESPONSIBILITY_ID',

Line 517: avalue => FND_PROFILE.VALUE('RESP_ID'));

513:
514: wf_engine.SetItemAttrText ( itemtype => ItemType,
515: itemkey => ItemKey,
516: aname => 'RESPONSIBILITY_ID',
517: avalue => FND_PROFILE.VALUE('RESP_ID'));
518:
519: wf_engine.SetItemAttrText ( itemtype => ItemType,
520: itemkey => ItemKey,
521: aname => 'RESP_APPL_ID',

Line 522: avalue => FND_PROFILE.VALUE('RESP_APPL_ID'));

518:
519: wf_engine.SetItemAttrText ( itemtype => ItemType,
520: itemkey => ItemKey,
521: aname => 'RESP_APPL_ID',
522: avalue => FND_PROFILE.VALUE('RESP_APPL_ID'));
523: -- Bug 4124934 End
524:
525: --
526: -- Kick-off the workflow process instance

Line 2370: g_sob_id := FND_PROFILE.VALUE ('GL_SET_OF_BKS_ID');

2366: ' l_itemkey --> ' || l_itemkey ) ;
2367: /* =============== END DEBUG LOG ================== */
2368:
2369: -- set of books id.
2370: g_sob_id := FND_PROFILE.VALUE ('GL_SET_OF_BKS_ID');
2371:
2372:
2373: /* =============== START DEBUG LOG ================ */
2374: DEBUG_LOG_STRING (l_proc_level, 'dossier_transaction_detail.Msg3.1',