DBA Data[Home] [Help]

APPS.BEN_EXT_ANSI dependencies on BEN_PER_IN_LER

Line 49: ben_per_in_ler pil

45: pil.per_in_ler_stat_cd,
46: pil.lf_evt_ocrd_dt,
47: pil.ntfn_dt
48: from ben_prtt_enrt_rslt_f rslt,
49: ben_per_in_ler pil
50: where rslt.person_id = p_person_id
51: AND pil.per_in_ler_id(+) = rslt.per_in_ler_id
52: and p_effective_date between rslt.effective_start_date
53: and rslt.effective_end_date;

Line 87: ben_per_in_ler pil

83: pil.lf_evt_ocrd_dt,
84: pil.ntfn_dt
85: FROM ben_prtt_enrt_rslt_f rslt,
86: ben_elig_cvrd_dpnt_f dpnt,
87: ben_per_in_ler pil
88: WHERE rslt.prtt_enrt_rslt_id = dpnt.prtt_enrt_rslt_id
89: and rslt.per_in_ler_id = pil.per_in_ler_id(+)
90: AND dpnt.dpnt_person_id = p_dpnt_person_id
91: and rslt.person_id = p_prtt_person_id