DBA Data[Home] [Help]

APPS.BEN_DISTRIBUTE_RATES dependencies on BENUTILS

Line 80: derived inside benutils.formula

76: 17-May-01 maagrawa 115.26 - Performance changes.
77: Call hr_elements.check_element_freq only
78: if the rule exists.
79: 29-Aug-01 pbodla 115.27 - bug:1949361 jurisdiction code is
80: derived inside benutils.formula
81: 18-Sep-01 kmahendr 115.28 - bug-1996066-where clause in cursors c_parse_periods and
82: c_count_periods changed to take end_date in place of
83: regular_payment_date
84: 11-Nov-01 tmathers 115.29 - Test harness for get_periods between

Line 278: l_outputs := benutils.formula

274: --
275: --
276: IF p_convert_from_val IS NOT NULL THEN
277: --
278: l_outputs := benutils.formula
279: (p_formula_id => p_formula_id,
280: p_effective_date => p_effective_date,
281: p_assignment_id => p_assignment_id,
282: p_business_group_id=> p_business_group_id,

Line 2242: l_batch_param_rec benutils.g_batch_param_rec;

2238: --
2239: l_opt_typ_cd ben_pl_typ_f.opt_typ_cd%TYPE;
2240: --
2241: --ICM Changes
2242: l_batch_param_rec benutils.g_batch_param_rec;
2243: l_year varchar2(30);
2244: l_pgm_typ_cd ben_pgm_f.pgm_typ_cd%type;
2245: --
2246: l_benmngle_parm_rec benutils.g_batch_param_rec;

Line 2246: l_benmngle_parm_rec benutils.g_batch_param_rec;

2242: l_batch_param_rec benutils.g_batch_param_rec;
2243: l_year varchar2(30);
2244: l_pgm_typ_cd ben_pgm_f.pgm_typ_cd%type;
2245: --
2246: l_benmngle_parm_rec benutils.g_batch_param_rec;
2247: l_env_rec ben_env_object.g_global_env_rec_type;
2248: --
2249: begin
2250: --

Line 2258: benutils.get_batch_parameters(p_benefit_action_id => l_env_rec.benefit_action_id

2254: --
2255: p_yr_start_date := p_start_date;
2256: --
2257: ben_env_object.get(p_rec => l_env_rec);
2258: benutils.get_batch_parameters(p_benefit_action_id => l_env_rec.benefit_action_id
2259: ,p_rec => l_benmngle_parm_rec);
2260: --
2261: if p_start_date is null
2262: or p_end_date is null

Line 4615: l_outputs := benutils.formula

4611: (p_state => l_get_asg_info.state);
4612: end if;
4613: */
4614: -- this rule returns an amount.
4615: l_outputs := benutils.formula
4616: (p_formula_id => l_get_cds.prort_mn_ann_elcn_val_rl,
4617: p_effective_date => p_effective_date,
4618: p_business_group_id => l_get_epe_pl_yr.business_group_id,
4619: p_assignment_id => l_get_asg_info.assignment_id,

Line 4639: l_outputs := benutils.formula

4635: (p_state => l_get_asg_info.state);
4636: end if;
4637: */
4638: -- this rule returns an amount.
4639: l_outputs := benutils.formula
4640: (p_formula_id => l_get_cds.prort_mx_ann_elcn_val_rl,
4641: p_effective_date => p_effective_date,
4642: p_business_group_id => l_get_epe_pl_yr.business_group_id,
4643: p_assignment_id => l_get_asg_info.assignment_id,

Line 5275: benutils.rt_typ_calc

5271: if l_enrt_rt_id is null then exit; end if;
5272: OPEN csr_is_child(l_enrt_rt_id);
5273: FETCH csr_is_child into l_operand,l_operator,l_cmcd_perd_cd;
5274: IF csr_is_child%FOUND THEN
5275: benutils.rt_typ_calc
5276: (p_rt_typ_cd => l_operator
5277: ,p_val => l_operand
5278: ,p_val_2 => l_prnt_rt_value
5279: ,p_calculated_val => l_chld_rt_value);