DBA Data[Home] [Help]

APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on BEN_MANAGE_LIFE_EVENTS

Line 515: and pil.ler_id <> ben_manage_life_events.g_ler_id

511: and plr.ptnl_ler_for_per_stat_cd <> 'VOIDD'
512: and nvl(pil_cs_bckdt.business_group_id, p_business_group_id) = p_business_group_id
513: and nvl(ler_cs_bckdt.business_group_id, p_business_group_id) = p_business_group_id
514: and pil.lf_evt_ocrd_dt = p_effective_date
515: and pil.ler_id <> ben_manage_life_events.g_ler_id
516: and p_effective_date between ler.effective_start_date
517: and ler.effective_end_date
518: and p_effective_date between nvl(ler_cs_bckdt.effective_start_date, p_effective_date)
519: and nvl(ler_cs_bckdt.effective_end_date, p_effective_date)