DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_BNFT_VRBL_RT_F

Line 354: from ben_bnft_vrbl_rt_f bvr

350: --
351: -- FONM
352: cursor c_bvr(cv_effective_date date) is
353: select bvr.bnft_vrbl_rt_id
354: from ben_bnft_vrbl_rt_f bvr
355: where bvr.cvg_amt_calc_mthd_id = p_cvg_amt_calc_mthd_id
356: and cv_effective_date -- FONM nvl(p_lf_evt_ocrd_dt,p_effective_date)
357: between bvr.effective_start_date
358: and bvr.effective_end_date;