DBA Data[Home] [Help]

APPS.BEN_ELECTION_INFORMATION dependencies on BENUTILS

Line 114: benutils.formula.

110: ,ben_determine_date.main
111: which is used as context for rules.
112:
113: 19-Nov-1999 pbodla 115.51 elig_per_elctbl_chc_id passed to
114: benutils.formula.
115: 29-Nov-1999 jcarpent 115.52 - Write new prv most of the time in
116: order to fix element entries.
117: bug 3556
118: - Write new enrollment result if bnft

Line 269: derived inside benutils.formula.

265: to election_information_w.
266: 28-Aug-01 kmahendr 115.113 Added condition to check necessity to call update
267: prtt_rt_val
268: 29-aug-01 tilak 115.114 bug:1949361 jurisdiction code is
269: derived inside benutils.formula.
270: 30-aug-01 kmahendr 115.115 Already ended recurring rate is extended in the
271: subsequent rate - added condition to check old
272: rate end date
273: 31-aug-01 pbodla 115.117 Version 116 is actually version 111 with changes

Line 2096: benutils.rt_typ_calc

2092: --
2093: if g_debug then
2094: hr_utility.set_location('Annual value'||l_prnt_ann_val,11);
2095: end if;
2096: benutils.rt_typ_calc
2097: (p_rt_typ_cd => l_enrt_rt.abr_typ_cd
2098: ,p_val => l_enrt_rt.abr_val
2099: ,p_val_2 => l_prnt_ann_val
2100: ,p_calculated_val => l_ann_rt_val);

Line 2105: l_rounded_value := benutils.do_rounding

2101: --
2102: if (l_enrt_rt.rndg_cd is not null or
2103: l_enrt_rt.rndg_rl is not null) then
2104: --
2105: l_rounded_value := benutils.do_rounding
2106: (p_rounding_cd => l_enrt_rt.rndg_cd,
2107: p_rounding_rl => l_enrt_rt.rndg_rl,
2108: p_value => l_ann_rt_val,
2109: p_effective_date => l_effective_date);