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 311: l_outputs := benutils.formula

307: --
308: --
309: IF p_convert_from_val IS NOT NULL THEN
310: --
311: l_outputs := benutils.formula
312: (p_formula_id => p_formula_id,
313: p_effective_date => p_effective_date,
314: p_assignment_id => p_assignment_id,
315: p_business_group_id=> p_business_group_id,

Line 2367: l_batch_param_rec benutils.g_batch_param_rec;

2363: --
2364: l_opt_typ_cd ben_pl_typ_f.opt_typ_cd%TYPE;
2365: --
2366: --ICM Changes
2367: l_batch_param_rec benutils.g_batch_param_rec;
2368: l_year varchar2(30);
2369: l_pgm_typ_cd ben_pgm_f.pgm_typ_cd%type;
2370: --
2371: l_benmngle_parm_rec benutils.g_batch_param_rec;

Line 2371: l_benmngle_parm_rec benutils.g_batch_param_rec;

2367: l_batch_param_rec benutils.g_batch_param_rec;
2368: l_year varchar2(30);
2369: l_pgm_typ_cd ben_pgm_f.pgm_typ_cd%type;
2370: --
2371: l_benmngle_parm_rec benutils.g_batch_param_rec;
2372: l_env_rec ben_env_object.g_global_env_rec_type;
2373: --
2374: begin
2375: --

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

2379: --
2380: p_yr_start_date := p_start_date;
2381: --
2382: ben_env_object.get(p_rec => l_env_rec);
2383: benutils.get_batch_parameters(p_benefit_action_id => l_env_rec.benefit_action_id
2384: ,p_rec => l_benmngle_parm_rec);
2385: --
2386: if p_start_date is null
2387: or p_end_date is null

Line 4950: l_outputs := benutils.formula

4946: (p_state => l_get_asg_info.state);
4947: end if;
4948: */
4949: -- this rule returns an amount.
4950: l_outputs := benutils.formula
4951: (p_formula_id => l_get_cds.prort_mn_ann_elcn_val_rl,
4952: p_effective_date => p_effective_date,
4953: p_business_group_id => l_get_epe_pl_yr.business_group_id,
4954: p_assignment_id => l_get_asg_info.assignment_id,

Line 4974: l_outputs := benutils.formula

4970: (p_state => l_get_asg_info.state);
4971: end if;
4972: */
4973: -- this rule returns an amount.
4974: l_outputs := benutils.formula
4975: (p_formula_id => l_get_cds.prort_mx_ann_elcn_val_rl,
4976: p_effective_date => p_effective_date,
4977: p_business_group_id => l_get_epe_pl_yr.business_group_id,
4978: p_assignment_id => l_get_asg_info.assignment_id,

Line 5626: benutils.rt_typ_calc

5622: if l_enrt_rt_id is null then exit; end if;
5623: OPEN csr_is_child(l_enrt_rt_id);
5624: FETCH csr_is_child into l_operand,l_operator,l_cmcd_perd_cd;
5625: IF csr_is_child%FOUND THEN
5626: benutils.rt_typ_calc
5627: (p_rt_typ_cd => l_operator
5628: ,p_val => l_operand
5629: ,p_val_2 => l_prnt_rt_value
5630: ,p_calculated_val => l_chld_rt_value);