DBA Data[Home] [Help]

APPS.BEN_EXT_ELIG dependencies on BEN_PGM_F

Line 954: ben_pgm_f pgm,

950: ben_opt_f opt,
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

Line 1197: from ben_pgm_f pgm

1193: pgm.pgm_attribute7 pgm_flex_07,
1194: pgm.pgm_attribute8 pgm_flex_08,
1195: pgm.pgm_attribute9 pgm_flex_09,
1196: pgm.pgm_attribute10 pgm_flex_10
1197: from ben_pgm_f pgm
1198: where pgm.pgm_id = p_pgm_id
1199: and p_effective_date
1200: between pgm.effective_start_date and pgm.effective_end_date
1201: ;