DBA Data[Home] [Help]

APPS.PAY_KR_WF_SUBMIT_PROGRAM_PKG dependencies on FND_WF_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