DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTIVITY_BASE_RT dependencies on BEN_OPT_F

Line 621: ben_opt_f opt

617: select pln.name || ' '|| opt.name
618: from ben_elig_per_elctbl_chc epe,
619: ben_pl_f pln,
620: ben_oipl_f oipl,
621: ben_opt_f opt
622: where epe.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id
623: and epe.pl_id = pln.pl_id
624: and epe.oipl_id = oipl.oipl_id(+)
625: and oipl.opt_id = opt.opt_id(+)