DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_CTFN_PRVDD_API dependencies on BEN_LER_F

Line 232: ben_ler_f ler

228: p_business_group_id number,
229: p_lf_evt_ocrd_dt date ) is
230: select 1
231: from ben_per_in_ler pil,
232: ben_ler_f ler
233: where pil.business_group_id = p_business_group_id
234: and pil.person_id = p_person_id
235: and pil.lf_evt_ocrd_dt > p_lf_evt_ocrd_dt
236: and pil.ler_id = ler.ler_id