DBA Data[Home] [Help]

APPS.BEN_EXT_ELIG_DPNT dependencies on HR_UTILITY

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

24: --
25: Begin
26: --
27: --
28: hr_utility.set_location('Entering'||l_proc, 5);
29: --
30: --
31: ben_ext_person.g_elig_dpnt_elig_strt_dt := null;
32: ben_ext_person.g_elig_dpnt_elig_thru_dt := null;

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

71: ben_ext_person.g_elig_dpnt_mobile := null;
72: ben_ext_person.g_elig_dpnt_id := null;
73: --
74: --
75: hr_utility.set_location('Exiting'||l_proc, 15);
76: --
77: End initialize_globals;
78: --
79: -- ----------------------------------------------------------------------------

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

254: ;
255: --
256: BEGIN
257: --
258: hr_utility.set_location('Entering'||l_proc, 5);
259: --
260: --FOR dpnt IN c_dpnt(p_elig_per_elctbl_chc_id) LOOP
261: open c_dpnt(p_elig_per_elctbl_chc_id) ;
262: fetch c_dpnt bulk collect into

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

384: );
385: --
386: END LOOP;
387: --
388: hr_utility.set_location('Exiting'||l_proc, 15);
389:
390: END; -- main
391: --
392: END; -- package