DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_LER_F

Line 371: ben_ler_f ler

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