DBA Data[Home] [Help]

APPS.BEN_EXT_ENRT dependencies on BEN_OIPL_F

Line 608: from ben_oipl_f oipl,

604: opt.opt_attribute7,
605: opt.opt_attribute8,
606: opt.opt_attribute9,
607: opt.opt_attribute10
608: from ben_oipl_f oipl,
609: ben_opt_f opt
610: where p_oipl_id = oipl.oipl_id
611: and p_effective_date between oipl.effective_start_date
612: and oipl.effective_end_date

Line 798: ben_oipl_f oipl,

794: opt.name opt_name,
795: enrt.bnft_amt cvg_amt
796: from ben_prtt_enrt_rslt_f enrt,
797: ben_pl_f pl,
798: ben_oipl_f oipl,
799: ben_opt_f opt
800: where enrt.prtt_enrt_rslt_id = l_rplcs_sspndd_rslt_id
801: and enrt.pl_id = pl.pl_id
802: and enrt.oipl_id = oipl.oipl_id (+)