DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_MASS_ACT_CUSTOM

Line 4362: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;

4358:
4359: l_comb_rem varchar2(30);
4360: l_proc varchar2(72) := g_package || '.create_mass_act_prev';
4361:
4362: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
4363: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
4364: l_poi_desc varchar2(80);
4365: ----Temp Promo Changes.
4366: l_step_or_rate varchar2(30);

Line 4363: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;

4359: l_comb_rem varchar2(30);
4360: l_proc varchar2(72) := g_package || '.create_mass_act_prev';
4361:
4362: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
4363: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
4364: l_poi_desc varchar2(80);
4365: ----Temp Promo Changes.
4366: l_step_or_rate varchar2(30);
4367: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;

Line 4389: GHR_MASS_ACT_CUSTOM.pre_insert (

4385: l_cust_in_rec.mass_action_type := 'SALARY';
4386: l_cust_in_rec.mass_action_id := p_mass_salary_id;
4387: l_cust_in_rec.effective_date := p_effective_date;
4388:
4389: GHR_MASS_ACT_CUSTOM.pre_insert (
4390: p_cust_in_rec => l_cust_in_rec,
4391: p_cust_rec => l_cust_rec);
4392:
4393: exception

Line 4683: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;

4679:
4680: l_comb_rem varchar2(30);
4681: l_proc varchar2(72) := g_package || '.create_mass_act_prev';
4682:
4683: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
4684: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
4685: l_poi_desc varchar2(80);
4686: ----Temp Promo Changes.
4687: l_step_or_rate varchar2(30);

Line 4684: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;

4680: l_comb_rem varchar2(30);
4681: l_proc varchar2(72) := g_package || '.create_mass_act_prev';
4682:
4683: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
4684: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
4685: l_poi_desc varchar2(80);
4686: ----Temp Promo Changes.
4687: l_step_or_rate varchar2(30);
4688: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;

Line 4711: GHR_MASS_ACT_CUSTOM.pre_insert (

4707: l_cust_in_rec.mass_action_type := 'SALARY';
4708: l_cust_in_rec.mass_action_id := p_mass_salary_id;
4709: l_cust_in_rec.effective_date := p_effective_date;
4710:
4711: GHR_MASS_ACT_CUSTOM.pre_insert (
4712: p_cust_in_rec => l_cust_in_rec,
4713: p_cust_rec => l_cust_rec);
4714:
4715: exception