DBA Data[Home] [Help]

APPS.BEN_ELIGIBILITY_OVERRIDE dependencies on BEN_PER_IN_LER

Line 532: from ben_per_in_ler pil

528: and pep.person_id = l_elig_per.person_id
529: and (pep.per_in_ler_id is null or
530: exists
531: (select null
532: from ben_per_in_ler pil
533: where pep.per_in_ler_id = pil.per_in_ler_id
534: and pil.per_in_ler_stat_cd not in ('VOIDD', 'BCKDT')))
535: and l_eff_dt between pep.effective_start_date
536: and pep.effective_end_date;