DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_LER_F

Line 373: ben_ler_f ler

369: pil.person_id,
370: pil.lf_evt_ocrd_dt,
371: pil.per_in_ler_id
372: from ben_per_in_ler pil,
373: ben_ler_f ler
374: where pil.person_id = p_person_id
375: --and pil.business_group_id = p_business_group_id
376: and pil.per_in_ler_stat_cd = 'STRTD'
377: ---cwb changes