DBA Data[Home] [Help]

APPS.BEN_NEWLY_INELIGIBLE dependencies on BEN_MANAGE_LIFE_EVENTS

Line 803: -- Bug# 3507652 - Added "p_ler_id = ben_manage_life_events.g_ler_id" to delete future end-dated enrollments

799: hr_utility.set_location ('g_denroling_from_pgm = ' || g_denroling_from_pgm, 15);
800: --
801: --
802: -- Bug#3279350 - undelete the prtt_enrt_rslt deenrolled in the future for OSB
803: -- Bug# 3507652 - Added "p_ler_id = ben_manage_life_events.g_ler_id" to delete future end-dated enrollments
804: -- when running in 'Unrestricted Mode' as well.
805: if ((p_ler_id is null) or (p_ler_id = ben_manage_life_events.g_ler_id)) then
806: --
807: hr_utility.set_location ('undelete prtt_enrt_rslts',10);

Line 805: if ((p_ler_id is null) or (p_ler_id = ben_manage_life_events.g_ler_id)) then

801: --
802: -- Bug#3279350 - undelete the prtt_enrt_rslt deenrolled in the future for OSB
803: -- Bug# 3507652 - Added "p_ler_id = ben_manage_life_events.g_ler_id" to delete future end-dated enrollments
804: -- when running in 'Unrestricted Mode' as well.
805: if ((p_ler_id is null) or (p_ler_id = ben_manage_life_events.g_ler_id)) then
806: --
807: hr_utility.set_location ('undelete prtt_enrt_rslts',10);
808: if p_oipl_id is not null then
809: for l_pen in c_pen_oipl_2 loop

Line 873: if p_ler_id = ben_manage_life_events.g_ler_id then

869: --
870: if p_ler_id is not null then
871: --
872: -- check whether ler_id is of type unrestricted
873: if p_ler_id = ben_manage_life_events.g_ler_id then
874: --
875: l_per_in_ler_id := benutils.get_per_in_ler_id
876: (p_person_id => p_person_id,
877: p_business_group_id => p_business_group_id,