DBA Data[Home] [Help]

APPS.BEN_EXT_ELIG dependencies on BEN_PL_TYP_F

Line 955: ben_pl_typ_f ptp,

951: ben_pl_f pl,
952: ben_plip_f plip,
953: ben_oipl_f oipl,
954: ben_pgm_f pgm,
955: ben_pl_typ_f ptp,
956: ben_ptip_f ptip -- 2732104
957: where pler.person_id = p_person_id
958: and pler.per_in_ler_id = echc.per_in_ler_id
959: and echc.pil_elctbl_chc_popl_id = ppopl.pil_elctbl_chc_popl_id

Line 1219: from ben_pl_typ_f ptp

1215: ptp.ptp_attribute7 ptp_flex_07,
1216: ptp.ptp_attribute8 ptp_flex_08,
1217: ptp.ptp_attribute9 ptp_flex_09,
1218: ptp.ptp_attribute10 ptp_flex_10
1219: from ben_pl_typ_f ptp
1220: where p_pl_typ_id = ptp.pl_typ_id
1221: and p_effective_date
1222: between ptp.effective_start_date and ptp.effective_end_date
1223: ;