DBA Data[Home] [Help]

APPS.BEN_PREM_PRTT_MONTHLY dependencies on BENUTILS

Line 23: Execute rules. genutils to benutils.

19: Added reporting.
20: 09 Jul 99 jcarpent 115.2 Added checks for backed out nocopy pil
21: 19 Jul 99 lmcdonal 115.3 Task 418. Check upper and lower
22: limits on partial month values.
23: Execute rules. genutils to benutils.
24: 27 Jul 99 lmcdonal 115.4 Allow prtl_mo_rt_prtn_val from and
25: to dy_mo_num's to be null.
26: 05 Aug 99 lmcdonal 115.5 Allow strt_r_stp_cd to be ETHR.
27: 06 Aug 99 lmcdonal 115.6 Better set locations.

Line 50: derived inside benutils.formula.

46: is rerun,If manual adjustement flag
47: is Y, Do not revert back to the
48: standard premium value
49: 27-aug-01 tilak 115.15 bug:1949361 jurisdiction code is
50: derived inside benutils.formula.
51: 31-aug-01 tilak 115.16 1970990, update_prtt_prem_by_mo is
52: called only when there is a changes
53: in uom or val
54: 04-aug-01 tilak 115.17 cost_allocation_keyflex_id added in

Line 277: /* l_outputs := benutils.formula

273: -- use cost center from assignment ??
274: l_apr_cak(crt).sgmt := null; --l_asg.location_id;
275: elsif l_cbs.sgmt_cstg_mthd_cd = 'RL' then
276: -- use rule ??
277: /* l_outputs := benutils.formula
278: (p_formula_id => l_cbs.sgmt_cstg_mthd_rl,
279: p_effective_date => p_effective_date,
280: p_business_group_id => p_business_group_id,
281: p_assignment_id => l_asg.assignment_id,

Line 548: benutils.limit_checks

544: l_organization_id := null;
545: l_region_2 := null;
546: l_jurisdiction := null;
547: end if;
548: benutils.limit_checks
549: (p_upr_lmt_val => p_upr_lmt_val,
550: p_lwr_lmt_val => p_lwr_lmt_val,
551: p_upr_lmt_calc_rl => p_upr_lmt_calc_rl,
552: p_lwr_lmt_calc_rl => p_lwr_lmt_calc_rl,

Line 766: l_val := benutils.do_rounding

762: ,p_val => l_val);
763: else
764: -- using a full month value, round per rounding rule in actl_prem
765: if p_rndg_cd is not null and l_val <>0 then
766: l_val := benutils.do_rounding
767: (p_rounding_cd => p_rndg_cd
768: ,p_rounding_rl => p_rndg_rl
769: ,p_value => l_val
770: ,p_effective_date => p_effective_date);

Line 1252: benutils.write(p_rec => g_rec);

1248: g_rec.val := l_val;
1249: g_rec.mo_num := l_mo_num;
1250: g_rec.yr_num := l_yr_num;
1251:
1252: benutils.write(p_rec => g_rec);
1253: -------------Bug 7414822
1254: end if;
1255: close c_check_mo_prem;
1256: -------------Bug 7414822