DBA Data[Home] [Help]

APPS.BEN_NEWLY_INELIGIBLE dependencies on BEN_MANAGE_LIFE_EVENTS

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

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

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

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

Line 875: if p_ler_id = ben_manage_life_events.g_ler_id then

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