DBA Data[Home] [Help]

APPS.BEN_GLOBAL_ENRT dependencies on BEN_LER_F

Line 175: ben_ler_f ler

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