DBA Data[Home] [Help]

APPS.IGI_EXP_APPROVAL_PKG dependencies on MO_GLOBAL

Line 421: l_session_org_id := mo_global.get_current_org_id(); -- Bug# 5905190 MOAC changes

417: -- Code that compares current session context
418: -- with the work item context required to execute
419: -- the workflow
420: --fnd_profile.get (name=>'ORG_ID', val=> l_session_org_id);
421: l_session_org_id := mo_global.get_current_org_id(); -- Bug# 5905190 MOAC changes
422: l_work_item_org_id := wf_engine.GetItemAttrNumber
423: (itemtype,
424: itemkey,
425: 'ORG_ID');

Line 458: mo_global.set_policy_context('S',l_work_item_org_id);

454: (itemtype,
455: itemkey,
456: 'ORG_ID');
457:
458: mo_global.set_policy_context('S',l_work_item_org_id);
459: /* Bug# 5905190 MOAC changes ends */
460:
461: DEBUG_LOG_STRING (l_proc_level, 'Selector.Msg',
462: ' Setting apps context with userid, respid, applid as '

Line 700: avalue => mo_global.get_current_org_id());

696: -- Bug 4063076 , Start
697: wf_engine.SetItemAttrText ( itemtype => l_itemtype,
698: itemkey => l_itemkey,
699: aname => 'ORG_ID',
700: avalue => mo_global.get_current_org_id());
701:
702: -- =============== START DEBUG LOG ================
703:
704: DEBUG_LOG_STRING (l_proc_level, 'Start_approval_workflow.Msg16',