DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_CVG_AMT_CALC_MTHD_F

Line 514: from BEN_CVG_AMT_CALC_MTHD_f

510: --
511: -- bug 7003453
512: cursor c_entr_at_enrt_flag is
513: select ENTR_VAL_AT_ENRT_FLAG
514: from BEN_CVG_AMT_CALC_MTHD_f
515: WHERE (pl_id = p_pl_id
516: or oipl_id = p_oipl_id)
517: and p_effective_date
518: between effective_start_date

Line 521: l_entr_at_enrt_flag ben_cvg_amt_calc_mthd_f.entr_val_at_enrt_flag%type;

517: and p_effective_date
518: between effective_start_date
519: and effective_end_date;
520:
521: l_entr_at_enrt_flag ben_cvg_amt_calc_mthd_f.entr_val_at_enrt_flag%type;
522:
523: --end bug 7003453
524: l_imp_inc_plan varchar2(1) := 'N';
525: l_pay_annualization_factor number;