DBA Data[Home] [Help]

APPS.BEN_EXT_ENRT dependencies on BEN_OPT_F

Line 609: ben_opt_f opt

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
613: and opt.opt_id = oipl.opt_id

Line 799: ben_opt_f opt

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 (+)
803: and opt.opt_id (+) = oipl.opt_id