DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTIVITY_BASE_RT dependencies on BEN_CVG_AMT_CALC_MTHD_F

Line 802: from ben_cvg_amt_calc_mthd_f ccm,

798: (c_effective_date in date
799: )
800: is
801: select ccm.cvg_amt_calc_mthd_id
802: from ben_cvg_amt_calc_mthd_f ccm,
803: ben_pl_f pln
804: where pln.pl_id = l_epe.pl_id
805: and pln.pl_id = ccm.pl_id
806: and c_effective_date

Line 818: from ben_cvg_amt_calc_mthd_f ccm,

814: (c_effective_date in date
815: )
816: is
817: select ccm.cvg_amt_calc_mthd_id
818: from ben_cvg_amt_calc_mthd_f ccm,
819: ben_oipl_f cop
820: where cop.oipl_id = l_epe.oipl_id
821: and cop.oipl_id = ccm.oipl_id
822: and c_effective_date