DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ACTUAL_PREMIUM dependencies on BEN_ACTL_PREM_F

Line 705: from ben_actl_prem_f apr

701: apr.upr_lmt_calc_rl,
702: apr.lwr_lmt_val,
703: apr.lwr_lmt_calc_rl,
704: apr.uom
705: from ben_actl_prem_f apr
706: where apr.pl_id = p_pl_id
707: and apr.prem_asnmt_cd = 'ENRT' -- PROC are dealt with in benprplc.pkb
708: and p_date
709: between apr.effective_start_date

Line 728: from ben_actl_prem_f apr

724: apr.upr_lmt_calc_rl,
725: apr.lwr_lmt_val,
726: apr.lwr_lmt_calc_rl,
727: apr.uom
728: from ben_actl_prem_f apr
729: where apr.oipl_id = p_oipl_id
730: and apr.prem_asnmt_cd = 'ENRT' -- PROC are dealt with in benprplc.pkb
731: and p_date
732: between apr.effective_start_date