DBA Data[Home] [Help]

APPS.PAY_KR_WF_SUBMIT_PROGRAM_PKG dependencies on STANDARD

Line 114: hr_utility.trace('Now calling fnd_wf_standard.executeconcprogram for program ' || wf_engine.getActivityAttrText(itemtype, itemkey, actid, 'PROGRAM') ) ;

110: --
111: end if ;
112: --
113: if g_debug then
114: hr_utility.trace('Now calling fnd_wf_standard.executeconcprogram for program ' || wf_engine.getActivityAttrText(itemtype, itemkey, actid, 'PROGRAM') ) ;
115: end if ;
116: --
117: fnd_wf_standard.executeconcprogram(itemtype, itemkey, actid, funcmode, resultout) ;
118: --

Line 117: fnd_wf_standard.executeconcprogram(itemtype, itemkey, actid, funcmode, resultout) ;

113: if g_debug then
114: hr_utility.trace('Now calling fnd_wf_standard.executeconcprogram for program ' || wf_engine.getActivityAttrText(itemtype, itemkey, actid, 'PROGRAM') ) ;
115: end if ;
116: --
117: fnd_wf_standard.executeconcprogram(itemtype, itemkey, actid, funcmode, resultout) ;
118: --
119: if g_debug then
120: hr_utility.trace('Called fnd_wf_standard.executeconcprogram. Quiting submit_program.') ;
121: end if ;

Line 120: hr_utility.trace('Called fnd_wf_standard.executeconcprogram. Quiting submit_program.') ;

116: --
117: fnd_wf_standard.executeconcprogram(itemtype, itemkey, actid, funcmode, resultout) ;
118: --
119: if g_debug then
120: hr_utility.trace('Called fnd_wf_standard.executeconcprogram. Quiting submit_program.') ;
121: end if ;
122: --
123: exception
124: when others then

Line 154: wf_standard.compare(

150: hr_utility.trace('In check_run_flags') ;
151: end if ;
152:
153: if (p_funcmode = 'RUN') then
154: wf_standard.compare(
155: p_itemtype,
156: p_itemkey,
157: p_actid,
158: p_funcmode,