DBA Data[Home] [Help]

APPS.BEN_DERIVE_FACTORS dependencies on BEN_PL_TYP_F

Line 584: from BEN_PL_F pln, BEN_PL_TYP_f opt

580: --Bug 2202764
581: --
582: /*cursor c_opt_typ_cd is
583: select opt.OPT_TYP_CD
584: from BEN_PL_F pln, BEN_PL_TYP_f opt
585: where opt.pl_typ_id = pln.pl_typ_id
586: and opt.OPT_TYP_CD = 'CWB'
587: and l_date
588: between pln.effective_start_date

Line 602: from BEN_PL_TYP_f ptp

598: */
599:
600: cursor c_opt_typ_cd is
601: select distinct ptp.OPT_TYP_CD
602: from BEN_PL_TYP_f ptp
603: where ( p_pl_id is null
604: or exists ( select 1
605: from ben_pl_f pl1
606: where pl1.pl_id = p_pl_id