DBA Data[Home] [Help]

APPS.BEN_PRTT_PREM_API dependencies on BEN_ACTL_PREM_F

Line 47: from ben_actl_prem_f apr

43: cursor c_actl_prem(p_actl_prem_id number , p_date date) is
44: select apr.mlt_cd, apr.pl_id, apr.oipl_id, apr.bnft_rt_typ_cd, apr.val,
45: apr.rndg_cd, apr.rndg_rl, apr.upr_lmt_val, apr.lwr_lmt_val,
46: apr.upr_lmt_calc_rl, apr.lwr_lmt_calc_rl, prem_asnmt_cd, val_calc_rl
47: from ben_actl_prem_f apr
48: where apr.actl_prem_id = p_actl_prem_id
49: --and p_effective_date between
50: and p_date between
51: apr.effective_start_date and apr.effective_end_date;