DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_BNFT_VRBL_RT_RL_F

Line 331: from ben_bnft_vrbl_rt_rl_f brr

327: --
328: -- FONM
329: cursor c_brr(cv_effective_date date) is
330: select brr.formula_id
331: from ben_bnft_vrbl_rt_rl_f brr
332: where brr.cvg_amt_calc_mthd_id = p_cvg_amt_calc_mthd_id
333: and cv_effective_date -- FONM nvl(p_lf_evt_ocrd_dt,p_effective_date)
334: between brr.effective_start_date
335: and brr.effective_end_date