DBA Data[Home] [Help]

APPS.IGIDOSL dependencies on FND_PROFILE

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

132: -- Code that compares current session context
133: -- with the work item context required to execute
134: -- the workflow safely
135:
136: fnd_profile.get (name=>'ORG_ID', val=> l_session_org_id);
137:
138: l_work_item_org_id := wf_engine.GetItemAttrNumber
139: (itemtype,
140: itemkey,

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

250: ' ** BEGIN STARTUP ** ');
251: /* =============== END DEBUG LOG ================== */
252:
253: -- set of books id.
254: -- g_sob_id := FND_PROFILE.VALUE ('GL_SET_OF_BKS_ID'); /* Commented for bug 6126275 */
255: g_sob_id := ledger_id; /* Added for bug 6126275 */
256: /* =============== START DEBUG LOG ================ */
257: DEBUG_LOG_STRING (l_proc_level, 'startup.Msg2',
258: ' g_sob_id --> ' || g_sob_id);

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

518: -- Bug 4124934 , Start
519: wf_engine.SetItemAttrText ( itemtype => ItemType,
520: itemkey => ItemKey,
521: aname => 'ORG_ID',
522: avalue => FND_PROFILE.VALUE('ORG_ID'));
523:
524: wf_engine.SetItemAttrText ( itemtype => ItemType,
525: itemkey => ItemKey,
526: aname => 'USER_ID',

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

523:
524: wf_engine.SetItemAttrText ( itemtype => ItemType,
525: itemkey => ItemKey,
526: aname => 'USER_ID',
527: avalue => FND_PROFILE.VALUE('USER_ID'));
528:
529: wf_engine.SetItemAttrText ( itemtype => ItemType,
530: itemkey => ItemKey,
531: aname => 'RESPONSIBILITY_ID',

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

528:
529: wf_engine.SetItemAttrText ( itemtype => ItemType,
530: itemkey => ItemKey,
531: aname => 'RESPONSIBILITY_ID',
532: avalue => FND_PROFILE.VALUE('RESP_ID'));
533:
534: wf_engine.SetItemAttrText ( itemtype => ItemType,
535: itemkey => ItemKey,
536: aname => 'RESP_APPL_ID',

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

533:
534: wf_engine.SetItemAttrText ( itemtype => ItemType,
535: itemkey => ItemKey,
536: aname => 'RESP_APPL_ID',
537: avalue => FND_PROFILE.VALUE('RESP_APPL_ID'));
538: -- Bug 4124934 End
539:
540: --
541: -- Kick-off the workflow process instance

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

2491: ' l_itemkey --> ' || l_itemkey ) ;
2492: /* =============== END DEBUG LOG ================== */
2493:
2494: -- set of books id.
2495: -- g_sob_id := FND_PROFILE.VALUE ('GL_SET_OF_BKS_ID');
2496:
2497:
2498: /* =============== START DEBUG LOG ================ */
2499: -- DEBUG_LOG_STRING (l_proc_level, 'dossier_transaction_detail.Msg3.1',