DBA Data[Home] [Help]

APPS.PAY_US_WORKFLOW_API_PKG dependencies on FND_PROFILE

Line 708: fnd_profile.get(name=>'ORG_ID',val=>session_org_id);

704: -- Code that compares current session context
705: -- with the work item context required to execute
706: -- the workflow safely
707:
708: fnd_profile.get(name=>'ORG_ID',val=>session_org_id);
709:
710: work_item_org_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey, 'ORG_ID');
711:
712: if session_org_id = work_item_org_id then