DBA Data[Home] [Help]

APPS.BEN_SS_DTCT_PTNL_LER dependencies on HR_UTILITY

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

54: v_mnl_message varchar2(2000):= null;
55: v_ler_message varchar2(2000):= null;
56:
57: Begin
58: hr_utility.set_location('Entering:'|| l_proc, 10);
59: --
60: open c_ptnl_lers ;
61: fetch c_ptnl_lers into v_ptnl_lers;
62: -- if there are no potential life events return null .

Line 86: hr_utility.set_location('Entering:'|| l_proc, 100);

82: end if;
83: end if;
84: close c_ptnl_lers;
85: --
86: hr_utility.set_location('Entering:'|| l_proc, 100);
87: end dtct_ptnl_ler;
88: --
89: end ben_ss_dtct_ptnl_ler;