DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on GHR_MASS_ACT_CUSTOM

Line 3236: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;

3232: l_poi_desc VARCHAR2(80);
3233: t_poi_desc VARCHAR2(80);
3234: t_position_organization_name VARCHAR2(240);
3235:
3236: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
3237: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
3238: ----Temp Promo Changes.
3239: l_step_or_rate VARCHAR2(30);
3240: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;

Line 3237: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;

3233: t_poi_desc VARCHAR2(80);
3234: t_position_organization_name VARCHAR2(240);
3235:
3236: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
3237: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
3238: ----Temp Promo Changes.
3239: l_step_or_rate VARCHAR2(30);
3240: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;
3241:

Line 3279: GHR_MASS_ACT_CUSTOM.pre_insert (

3275: l_cust_in_rec.mass_action_type := 'REALIGNMENT';
3276: l_cust_in_rec.mass_action_id := p_mass_realignment_id;
3277: l_cust_in_rec.effective_DATE := p_effective_DATE;
3278:
3279: GHR_MASS_ACT_CUSTOM.pre_insert (
3280: p_cust_in_rec => l_cust_in_rec,
3281: p_cust_rec => l_cust_rec);
3282:
3283: EXCEPTION