APPS.PAY_US_WORKFLOW_API_PKG dependencies on FND_PROFILE
Line 794: fnd_profile.get(name=>'ORG_ID',val=>session_org_id);
790: -- Code that compares current session context
791: -- with the work item context required to execute
792: -- the workflow safely
793: 794: fnd_profile.get(name=>'ORG_ID',val=>session_org_id); 795:
796: work_item_org_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey, 'ORG_ID');
797:
798: if session_org_id = work_item_org_id then