DBA Data[Home] [Help]

APPS.GHR_MASS_SEL_NOA dependencies on GHR_MASS_ACT_CUSTOM

Line 931: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;

927: , p_work_schedule IN varchar2) IS
928: l_proc varchar2(72) DEFAULT g_package
929: || '.create_mass_noa_prev';
930:
931: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
932: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
933: l_poi_desc varchar2(80);
934: l_asg_extra_info_rec per_assignment_extra_info%rowtype;
935: l_pei_extra_info per_people_extra_info%ROWTYPE;

Line 932: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;

928: l_proc varchar2(72) DEFAULT g_package
929: || '.create_mass_noa_prev';
930:
931: l_cust_rec ghr_mass_act_custom.ghr_mass_custom_out_rec_type;
932: l_cust_in_rec ghr_mass_act_custom.ghr_mass_custom_in_rec_type;
933: l_poi_desc varchar2(80);
934: l_asg_extra_info_rec per_assignment_extra_info%rowtype;
935: l_pei_extra_info per_people_extra_info%ROWTYPE;
936: l_old_assignment_status varchar2(80);

Line 991: ghr_mass_act_custom.pre_insert

987: l_cust_in_rec.mass_action_id := p_mass_salary_id;
988:
989: l_cust_in_rec.effective_date := p_effective_date;
990:
991: ghr_mass_act_custom.pre_insert
992: (p_cust_in_rec => l_cust_in_rec
993: , p_cust_rec => l_cust_rec );
994: EXCEPTION
995: WHEN others THEN