DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_BNFT_VRBL_RT_RL_F

Line 365: from ben_bnft_vrbl_rt_rl_f brr

361: --
362: -- FONM
363: cursor c_brr(cv_effective_date date) is
364: select brr.formula_id
365: from ben_bnft_vrbl_rt_rl_f brr
366: where brr.cvg_amt_calc_mthd_id = p_cvg_amt_calc_mthd_id
367: and cv_effective_date -- FONM nvl(p_lf_evt_ocrd_dt,p_effective_date)
368: between brr.effective_start_date
369: and brr.effective_end_date