DBA Data[Home] [Help]

APPS.GHR_MRE_PKG dependencies on GHR_MASS_ACT_CUSTOM

Line 3073: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;

3069: l_poi_desc VARCHAR2(80);
3070: t_poi_desc VARCHAR2(80);
3071: t_position_organization_name VARCHAR2(240);
3072:
3073: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
3074: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
3075: ----Temp Promo Changes.
3076: l_step_or_rate VARCHAR2(30);
3077: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;

Line 3074: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;

3070: t_poi_desc VARCHAR2(80);
3071: t_position_organization_name VARCHAR2(240);
3072:
3073: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
3074: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
3075: ----Temp Promo Changes.
3076: l_step_or_rate VARCHAR2(30);
3077: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;
3078:

Line 3116: GHR_MASS_ACT_CUSTOM.pre_insert (

3112: l_cust_in_rec.mass_action_type := 'REALIGNMENT';
3113: l_cust_in_rec.mass_action_id := p_mass_realignment_id;
3114: l_cust_in_rec.effective_DATE := p_effective_DATE;
3115:
3116: GHR_MASS_ACT_CUSTOM.pre_insert (
3117: p_cust_in_rec => l_cust_in_rec,
3118: p_cust_rec => l_cust_rec);
3119:
3120: EXCEPTION