DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_MASS_ACTIONS_PKG

Line 867: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec

863: l_lac_sf52_rec,
864: l_sf52_rec);
865:
866: BEGIN
867: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec
868: (l_pay_calc_out_data,
869: l_sf52_rec);
870: EXCEPTION
871: when others then

Line 872: hr_utility.set_location('Error in Ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec '||

868: (l_pay_calc_out_data,
869: l_sf52_rec);
870: EXCEPTION
871: when others then
872: hr_utility.set_location('Error in Ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec '||
873: 'Err is '||sqlerrm(sqlcode),20);
874: l_mlcerrbuf := 'Error in ghr_mass_act_pkg.pay_calc_to_sf52 Sql Err is ' ||
875: sqlerrm(sqlcode);
876: raise mlc_error;