DBA Data[Home] [Help]

APPS.GHR_MLC_PKG dependencies on GHR_MASS_ACTIONS_PKG

Line 881: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec

877: l_lac_sf52_rec,
878: l_sf52_rec);
879:
880: BEGIN
881: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec
882: (l_pay_calc_out_data,
883: l_sf52_rec);
884: EXCEPTION
885: when others then

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

882: (l_pay_calc_out_data,
883: l_sf52_rec);
884: EXCEPTION
885: when others then
886: hr_utility.set_location('Error in Ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec '||
887: 'Err is '||sqlerrm(sqlcode),20);
888: l_mlcerrbuf := 'Error in ghr_mass_act_pkg.pay_calc_to_sf52 Sql Err is ' ||
889: sqlerrm(sqlcode);
890: raise mlc_error;