DBA Data[Home] [Help]

APPS.BEN_USE_CVG_RT_DATE dependencies on HR_UTILITY

Line 34: g_debug boolean := hr_utility.debug_enabled;

30: */
31: --------------------------------------------------------------------------------
32: --
33: g_package varchar2(80) := 'ben_use_cvg_rt_date';
34: g_debug boolean := hr_utility.debug_enabled;
35: --
36: -- to to get whether coverage fonm calc is define or not
37: procedure get_csd_rsd_Status( p_pgm_id in number default null
38: ,p_ptip_id in number default null

Line 101: g_debug := hr_utility.debug_enabled;

97: and pl.effective_end_date
98: and rownum = 1; -- 5095721
99:
100: Begin
101: g_debug := hr_utility.debug_enabled;
102: if g_debug then
103: hr_utility.set_location ('Entering '||l_package,10);
104: hr_utility.set_location ('p_plip_id '||p_plip_id,10);
105: hr_utility.set_location ('p_pl_id '||p_pl_id,10);

Line 103: hr_utility.set_location ('Entering '||l_package,10);

99:
100: Begin
101: g_debug := hr_utility.debug_enabled;
102: if g_debug then
103: hr_utility.set_location ('Entering '||l_package,10);
104: hr_utility.set_location ('p_plip_id '||p_plip_id,10);
105: hr_utility.set_location ('p_pl_id '||p_pl_id,10);
106: hr_utility.set_location ('p_pgm_id '||p_pgm_id,10);
107:

Line 104: hr_utility.set_location ('p_plip_id '||p_plip_id,10);

100: Begin
101: g_debug := hr_utility.debug_enabled;
102: if g_debug then
103: hr_utility.set_location ('Entering '||l_package,10);
104: hr_utility.set_location ('p_plip_id '||p_plip_id,10);
105: hr_utility.set_location ('p_pl_id '||p_pl_id,10);
106: hr_utility.set_location ('p_pgm_id '||p_pgm_id,10);
107:
108: end if;

Line 105: hr_utility.set_location ('p_pl_id '||p_pl_id,10);

101: g_debug := hr_utility.debug_enabled;
102: if g_debug then
103: hr_utility.set_location ('Entering '||l_package,10);
104: hr_utility.set_location ('p_plip_id '||p_plip_id,10);
105: hr_utility.set_location ('p_pl_id '||p_pl_id,10);
106: hr_utility.set_location ('p_pgm_id '||p_pgm_id,10);
107:
108: end if;
109: -- initalise the global

Line 106: hr_utility.set_location ('p_pgm_id '||p_pgm_id,10);

102: if g_debug then
103: hr_utility.set_location ('Entering '||l_package,10);
104: hr_utility.set_location ('p_plip_id '||p_plip_id,10);
105: hr_utility.set_location ('p_pl_id '||p_pl_id,10);
106: hr_utility.set_location ('p_pgm_id '||p_pgm_id,10);
107:
108: end if;
109: -- initalise the global
110: ben_manage_life_events.g_fonm_cvg_strt_dt := null ;

Line 149: hr_utility.set_location ('status '||p_status,10);

145: end if ;
146:
147: if g_debug then
148:
149: hr_utility.set_location ('status '||p_status,10);
150: hr_utility.set_location ('Leaving '||l_package,10);
151: end if;
152:
153: End ;

Line 150: hr_utility.set_location ('Leaving '||l_package,10);

146:
147: if g_debug then
148:
149: hr_utility.set_location ('status '||p_status,10);
150: hr_utility.set_location ('Leaving '||l_package,10);
151: end if;
152:
153: End ;
154: --

Line 229: hr_utility.set_location ('Entering '||l_proc,10);

225: l_proc varchar2(400) := g_package||'.get_fonm' ;
226: begin
227:
228: if g_debug then
229: hr_utility.set_location ('Entering '||l_proc,10);
230: end if;
231:
232: p_fonm := ben_manage_life_events.fonm ;
233: p_fonm_cvg_strt_dt := ben_manage_life_events.g_fonm_cvg_strt_dt ;

Line 238: hr_utility.set_location ('Leaving '||l_proc,10);

234: p_fonm_rt_strt_dt := ben_manage_life_events.g_fonm_rt_strt_dt ;
235:
236:
237: if g_debug then
238: hr_utility.set_location ('Leaving '||l_proc,10);
239: end if;
240:
241: end get_fonm ;
242:

Line 252: hr_utility.set_location ('Entering '||l_proc,10);

248: l_proc varchar2(400) := g_package||'.set_fonm' ;
249: begin
250:
251: if g_debug then
252: hr_utility.set_location ('Entering '||l_proc,10);
253: end if;
254:
255: ben_manage_life_events.fonm := p_fonm ;
256: if p_fonm = 'N' then

Line 272: hr_utility.set_location ('Leaving '||l_proc,10);

268: end if ;
269:
270:
271: if g_debug then
272: hr_utility.set_location ('Leaving '||l_proc,10);
273: end if;
274: end set_fonm ;
275:
276: