DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_PROCESS dependencies on BEN_OPT_F

Line 776: ben_opt_f opt

772: select pln.name || ' '|| opt.name
773: from ben_elig_per_elctbl_chc epe,
774: ben_pl_f pln,
775: ben_oipl_f oipl,
776: ben_opt_f opt
777: where epe.elig_per_elctbl_chc_id = p_epe_id
778: and epe.pl_id = pln.pl_id
779: and epe.oipl_id = oipl.oipl_id(+)
780: and oipl.opt_id = opt.opt_id(+)