DBA Data[Home] [Help]

APPS.PAY_US_WORKFLOW_API_PKG dependencies on STANDARD

Line 693: fnd_wf_standard.ExecuteConcProgram(p_itemtype ,

689:
690: hr_utility.trace('In funcmode RUN of ExecuteConcProgram');
691: -- HR_SIGNON.Initialize_HR_Security;
692: hr_utility.trace('A4 HR_SIGNON.Initialize_HR_Security of ExecuteConcProgram');
693: fnd_wf_standard.ExecuteConcProgram(p_itemtype ,
694: p_itemkey ,
695: p_actid ,
696: p_funcmode ,
697: l_resultout );

Line 822: WF_STANDARD.COMPARE(p_itemtype ,

818: -- Set the database session context which also sets the org
819: --FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id,l_security_group_id);
820: FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id,l_per_security_id);
821:
822: WF_STANDARD.COMPARE(p_itemtype ,
823: p_itemkey ,
824: p_actid ,
825: p_funcmode ,
826: l_resultout );

Line 902: WF_STANDARD.COMPARE(p_itemtype ,

898: -- Set the database session context which also sets the org
899: --FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id,l_security_group_id);
900: FND_GLOBAL.Apps_Initialize(l_user_id, l_resp_id, l_resp_appl_id,l_per_security_id);
901:
902: WF_STANDARD.COMPARE(p_itemtype ,
903: p_itemkey ,
904: p_actid ,
905: p_funcmode ,
906: l_resultout );