DBA Data[Home] [Help]

APPS.BEN_PRTT_PREM_API dependencies on BEN_CVG_AMT_CALC_MTHD_F

Line 58: from ben_cvg_amt_calc_mthd_f ccm

54: --- FONM p_date param added
55: cursor c_cvg(p_pl_id number, p_oipl_id number,p_date date ) is
56: select ccm.entr_val_at_enrt_flag,
57: ccm.cvg_mlt_cd
58: from ben_cvg_amt_calc_mthd_f ccm
59: where ((ccm.pl_id = p_pl_id and p_oipl_id is null)
60: or (ccm.oipl_id = p_oipl_id and p_pl_id is null))
61: --and p_effective_date between
62: and p_date between