DBA Data[Home] [Help]

APPS.BEN_GLOBAL_ENRT dependencies on BEN_LER_F

Line 172: ben_ler_f ler

168: ,pil.ler_id
169: ,pil.lf_evt_ocrd_dt
170: ,ler.typ_cd
171: from ben_per_in_ler pil,
172: ben_ler_f ler
173: where pil.per_in_ler_id = p_per_in_ler_id
174: and ler.ler_id(+) = pil.ler_id
175: and pil.lf_evt_ocrd_dt between ler.effective_start_date(+)
176: and ler.effective_end_date(+) ;