DBA Data[Home] [Help]

APPS.BEN_EXT_ELIG dependencies on BEN_OIPL_F

Line 953: ben_oipl_f oipl,

949: ben_enrt_bnft enb,
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

Line 1130: from ben_oipl_f oipl

1126: oipl.cop_attribute7 oipl_flex_07,
1127: oipl.cop_attribute8 oipl_flex_08,
1128: oipl.cop_attribute9 oipl_flex_09,
1129: oipl.cop_attribute10 oipl_flex_10
1130: from ben_oipl_f oipl
1131: where oipl_id = p_oipl_id
1132: and p_effective_date
1133: between oipl.effective_start_date and oipl.effective_end_date
1134: ;