DBA Data[Home] [Help]

APPS.BEN_DETERMINE_VARIABLE_RATES dependencies on BEN_CVG_AMT_CALC_MTHD_F

Line 548: from BEN_CVG_AMT_CALC_MTHD_f

544: --
545: -- bug 7003453
546: cursor c_entr_at_enrt_flag is
547: select ENTR_VAL_AT_ENRT_FLAG
548: from BEN_CVG_AMT_CALC_MTHD_f
549: WHERE (pl_id = p_pl_id
550: or oipl_id = p_oipl_id)
551: and p_effective_date
552: between effective_start_date

Line 555: l_entr_at_enrt_flag ben_cvg_amt_calc_mthd_f.entr_val_at_enrt_flag%type;

551: and p_effective_date
552: between effective_start_date
553: and effective_end_date;
554:
555: l_entr_at_enrt_flag ben_cvg_amt_calc_mthd_f.entr_val_at_enrt_flag%type;
556:
557: --end bug 7003453
558: l_imp_inc_plan varchar2(1) := 'N';
559: l_pay_annualization_factor number;