DBA Data[Home] [Help]

APPS.PAY_KR_WF_SUBMIT_PROGRAM_PKG dependencies on PAY_KR_WF_SUBMIT_PROGRAM_PKG

Line 1: package body pay_kr_wf_submit_program_pkg AS

1: package body pay_kr_wf_submit_program_pkg AS
2: /* $Header: pykrwfsp.pkb 120.2 2006/02/17 01:14:25 mmark noship $ */
3:
4: g_debug constant boolean := hr_utility.debug_enabled ;
5: procedure submit_program (

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: ----------------------------------------------------------------------------------------------------------------------------------------

Line 277: end pay_kr_wf_submit_program_pkg ;

273: end if ;
274: p_result := 'ERROR:';
275: end get_assignment_count ;
276:
277: end pay_kr_wf_submit_program_pkg ;