DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_OPT_F

Line 639: ben_opt_f opt

635: 'N', nvl(opt.invk_wv_opt_flag,'N'),
636: 'Y') dcln_pl_opt_flag
637: from ben_pl_f pln,
638: ben_oipl_f oipl,
639: ben_opt_f opt
640: where pln.pl_id = p_pl_id
641: and oipl.oipl_id (+) = p_oipl_id
642: and oipl.pl_id (+) = pln.pl_id
643: and oipl.opt_id = opt.opt_id (+)