DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_OPT_F

Line 643: ben_opt_f opt

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