DBA Data[Home] [Help]

APPS.BEN_EXT_CONTACT dependencies on BEN_PER_IN_LER

Line 227: ben_per_in_ler pil

223: cursor c_elig_dpnt (p_contact_person_id number) is
224: select 'Y'
225: from ben_elig_dpnt egd,
226: ben_elig_per_elctbl_chc epe,
227: ben_per_in_ler pil
228: where egd.dpnt_person_id = p_contact_person_id
229: and pil.person_id = p_person_id
230: and pil.per_in_ler_id = epe.per_in_ler_id
231: and pil.per_in_ler_stat_cd not in ('VOIDD','BCKDT')