DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_BNFT_VRBL_RT_F

Line 320: from ben_bnft_vrbl_rt_f bvr

316: --
317: -- FONM
318: cursor c_bvr(cv_effective_date date) is
319: select bvr.bnft_vrbl_rt_id
320: from ben_bnft_vrbl_rt_f bvr
321: where bvr.cvg_amt_calc_mthd_id = p_cvg_amt_calc_mthd_id
322: and cv_effective_date -- FONM nvl(p_lf_evt_ocrd_dt,p_effective_date)
323: between bvr.effective_start_date
324: and bvr.effective_end_date;