DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_MASS_ACT_CUSTOM

Line 4314: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;

4310:
4311: l_comb_rem varchar2(30);
4312: l_proc varchar2(72) := g_package || '.create_mass_act_prev';
4313:
4314: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
4315: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
4316: l_poi_desc varchar2(80);
4317: ----Temp Promo Changes.
4318: l_step_or_rate varchar2(30);

Line 4315: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;

4311: l_comb_rem varchar2(30);
4312: l_proc varchar2(72) := g_package || '.create_mass_act_prev';
4313:
4314: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
4315: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
4316: l_poi_desc varchar2(80);
4317: ----Temp Promo Changes.
4318: l_step_or_rate varchar2(30);
4319: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;

Line 4341: GHR_MASS_ACT_CUSTOM.pre_insert (

4337: l_cust_in_rec.mass_action_type := 'SALARY';
4338: l_cust_in_rec.mass_action_id := p_mass_salary_id;
4339: l_cust_in_rec.effective_date := p_effective_date;
4340:
4341: GHR_MASS_ACT_CUSTOM.pre_insert (
4342: p_cust_in_rec => l_cust_in_rec,
4343: p_cust_rec => l_cust_rec);
4344:
4345: exception

Line 4629: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;

4625:
4626: l_comb_rem varchar2(30);
4627: l_proc varchar2(72) := g_package || '.create_mass_act_prev';
4628:
4629: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
4630: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
4631: l_poi_desc varchar2(80);
4632: ----Temp Promo Changes.
4633: l_step_or_rate varchar2(30);

Line 4630: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;

4626: l_comb_rem varchar2(30);
4627: l_proc varchar2(72) := g_package || '.create_mass_act_prev';
4628:
4629: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
4630: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
4631: l_poi_desc varchar2(80);
4632: ----Temp Promo Changes.
4633: l_step_or_rate varchar2(30);
4634: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;

Line 4657: GHR_MASS_ACT_CUSTOM.pre_insert (

4653: l_cust_in_rec.mass_action_type := 'SALARY';
4654: l_cust_in_rec.mass_action_id := p_mass_salary_id;
4655: l_cust_in_rec.effective_date := p_effective_date;
4656:
4657: GHR_MASS_ACT_CUSTOM.pre_insert (
4658: p_cust_in_rec => l_cust_in_rec,
4659: p_cust_rec => l_cust_rec);
4660:
4661: exception