DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTIVITY_BASE_RT dependencies on BEN_OPT_F

Line 604: ben_opt_f opt

600: select pln.name || ' '|| opt.name
601: from ben_elig_per_elctbl_chc epe,
602: ben_pl_f pln,
603: ben_oipl_f oipl,
604: ben_opt_f opt
605: where epe.elig_per_elctbl_chc_id = p_elig_per_elctbl_chc_id
606: and epe.pl_id = pln.pl_id
607: and epe.oipl_id = oipl.oipl_id(+)
608: and oipl.opt_id = opt.opt_id(+)