DBA Data[Home] [Help]

APPS.BEN_EXT_DPNT dependencies on HR_UTILITY

Line 21: hr_utility.set_location('Entering'||l_proc, 5);

17: --
18: Begin
19: --
20: --
21: hr_utility.set_location('Entering'||l_proc, 5);
22: --
23: --
24: ben_ext_person.g_dpnt_cvrd_dpnt_id := null;
25: ben_ext_person.g_dpnt_cvg_strt_dt := null;

Line 72: hr_utility.set_location('Exiting'||l_proc, 15);

68: ben_ext_person.g_dpnt_ppr_strt_dt := null;
69: ben_ext_person.g_dpnt_ppr_end_dt := null;
70: --
71: --
72: hr_utility.set_location('Exiting'||l_proc, 15);
73: --
74: End initialize_globals;
75: --
76: -- ----------------------------------------------------------------------------

Line 264: hr_utility.set_location('Entering'||l_proc, 5);

260: --
261: --
262: BEGIN
263: --
264: hr_utility.set_location('Entering'||l_proc, 5);
265: hr_utility.set_location('before loop', 604);
266: --
267: FOR dpnt IN c_dpnt(p_prtt_enrt_rslt_id) LOOP
268: --

Line 265: hr_utility.set_location('before loop', 604);

261: --
262: BEGIN
263: --
264: hr_utility.set_location('Entering'||l_proc, 5);
265: hr_utility.set_location('before loop', 604);
266: --
267: FOR dpnt IN c_dpnt(p_prtt_enrt_rslt_id) LOOP
268: --
269: hr_utility.set_location('internal loop', 604);

Line 269: hr_utility.set_location('internal loop', 604);

265: hr_utility.set_location('before loop', 604);
266: --
267: FOR dpnt IN c_dpnt(p_prtt_enrt_rslt_id) LOOP
268: --
269: hr_utility.set_location('internal loop', 604);
270: -- initialize the globals - May, 99
271: initialize_globals;
272: --validationg the coverage date
273: --if it is change event and for the dependent then

Line 275: hr_utility.set_location('param ' || ben_ext_person.g_chg_prmtr_06 ,88);

271: initialize_globals;
272: --validationg the coverage date
273: --if it is change event and for the dependent then
274: --extract only the dependent
275: hr_utility.set_location('param ' || ben_ext_person.g_chg_prmtr_06 ,88);
276: hr_utility.set_location('dependent ' || dpnt.dpnt_person_id ,88);
277: hr_utility.set_location('rslt ' || ben_ext_person.g_chg_prmtr_06 ,88);
278: hr_utility.set_location('prm rslt ' || p_prtt_enrt_rslt_id ,88);
279:

Line 276: hr_utility.set_location('dependent ' || dpnt.dpnt_person_id ,88);

272: --validationg the coverage date
273: --if it is change event and for the dependent then
274: --extract only the dependent
275: hr_utility.set_location('param ' || ben_ext_person.g_chg_prmtr_06 ,88);
276: hr_utility.set_location('dependent ' || dpnt.dpnt_person_id ,88);
277: hr_utility.set_location('rslt ' || ben_ext_person.g_chg_prmtr_06 ,88);
278: hr_utility.set_location('prm rslt ' || p_prtt_enrt_rslt_id ,88);
279:
280:

Line 277: hr_utility.set_location('rslt ' || ben_ext_person.g_chg_prmtr_06 ,88);

273: --if it is change event and for the dependent then
274: --extract only the dependent
275: hr_utility.set_location('param ' || ben_ext_person.g_chg_prmtr_06 ,88);
276: hr_utility.set_location('dependent ' || dpnt.dpnt_person_id ,88);
277: hr_utility.set_location('rslt ' || ben_ext_person.g_chg_prmtr_06 ,88);
278: hr_utility.set_location('prm rslt ' || p_prtt_enrt_rslt_id ,88);
279:
280:
281: --- get the pil info from ecdpnt per in ler id

Line 278: hr_utility.set_location('prm rslt ' || p_prtt_enrt_rslt_id ,88);

274: --extract only the dependent
275: hr_utility.set_location('param ' || ben_ext_person.g_chg_prmtr_06 ,88);
276: hr_utility.set_location('dependent ' || dpnt.dpnt_person_id ,88);
277: hr_utility.set_location('rslt ' || ben_ext_person.g_chg_prmtr_06 ,88);
278: hr_utility.set_location('prm rslt ' || p_prtt_enrt_rslt_id ,88);
279:
280:
281: --- get the pil info from ecdpnt per in ler id
282: open c_pil (dpnt.per_in_ler_id) ;

Line 312: hr_utility.set_location('inclide '||l_include , 604);

308: p_effective_date => p_effective_date,
309: p_dpnt_id => dpnt.dpnt_person_id,
310: p_include => l_include);
311:
312: hr_utility.set_location('inclide '||l_include , 604);
313:
314: IF l_include = 'Y' THEN
315: --
316: hr_utility.set_location(' internal loo include '||dpnt.full_name ,604);

Line 316: hr_utility.set_location(' internal loo include '||dpnt.full_name ,604);

312: hr_utility.set_location('inclide '||l_include , 604);
313:
314: IF l_include = 'Y' THEN
315: --
316: hr_utility.set_location(' internal loo include '||dpnt.full_name ,604);
317: -- fetch dependent information into globals
318: --
319: --RCHASE - Bug#6669 - Must initialize the g_dpnt_cvrd_dpnt_id cache entry
320: ben_ext_person.g_dpnt_cvrd_dpnt_id := dpnt.elig_cvrd_dpnt_id;

Line 416: hr_utility.set_location('Exiting'||l_proc, 15);

412: end if ;
413: --
414: END LOOP;
415: --
416: hr_utility.set_location('Exiting'||l_proc, 15);
417:
418: END; -- main
419: --
420: END; -- package