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 271: /* l_outputs := benutils.formula

267: -- use cost center from assignment ??
268: l_apr_cak(crt).sgmt := null; --l_asg.location_id;
269: elsif l_cbs.sgmt_cstg_mthd_cd = 'RL' then
270: -- use rule ??
271: /* l_outputs := benutils.formula
272: (p_formula_id => l_cbs.sgmt_cstg_mthd_rl,
273: p_effective_date => p_effective_date,
274: p_business_group_id => p_business_group_id,
275: p_assignment_id => l_asg.assignment_id,

Line 542: benutils.limit_checks

538: l_organization_id := null;
539: l_region_2 := null;
540: l_jurisdiction := null;
541: end if;
542: benutils.limit_checks
543: (p_upr_lmt_val => p_upr_lmt_val,
544: p_lwr_lmt_val => p_lwr_lmt_val,
545: p_upr_lmt_calc_rl => p_upr_lmt_calc_rl,
546: p_lwr_lmt_calc_rl => p_lwr_lmt_calc_rl,

Line 760: l_val := benutils.do_rounding

756: ,p_val => l_val);
757: else
758: -- using a full month value, round per rounding rule in actl_prem
759: if p_rndg_cd is not null and l_val <>0 then
760: l_val := benutils.do_rounding
761: (p_rounding_cd => p_rndg_cd
762: ,p_rounding_rl => p_rndg_rl
763: ,p_value => l_val
764: ,p_effective_date => p_effective_date);

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

1235: g_rec.val := l_val;
1236: g_rec.mo_num := l_mo_num;
1237: g_rec.yr_num := l_yr_num;
1238:
1239: benutils.write(p_rec => g_rec);
1240: -------------Bug 7414822
1241: end if;
1242: close c_check_mo_prem;
1243: -------------Bug 7414822