DBA Data[Home] [Help]

APPS.PAY_KR_WF_SUBMIT_PROGRAM_PKG dependencies on WF_CORE

Line 181: wf_core.context('pay_kr_wf_submit_program_pkg', 'check_run_flags', p_itemtype, p_itemkey, p_actid, p_funcmode) ;

177: exception
178: when others then
179: null ;
180: if g_debug then
181: wf_core.context('pay_kr_wf_submit_program_pkg', 'check_run_flags', p_itemtype, p_itemkey, p_actid, p_funcmode) ;
182: end if ;
183: p_result := 'ERROR:';
184: end check_run_flags ;
185: ----------------------------------------------------------------------------------------------------------------------------------------