DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_MASS_ACTIONS_PKG

Line 1108: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec

1104: l_lac_sf52_rec,
1105: l_sf52_rec);
1106:
1107: BEGIN
1108: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec
1109: (l_pay_calc_out_data,
1110: l_sf52_rec);
1111: EXCEPTION
1112: when others then

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

1109: (l_pay_calc_out_data,
1110: l_sf52_rec);
1111: EXCEPTION
1112: when others then
1113: hr_utility.set_location('Error in Ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec '||
1114: 'Err is '||sqlerrm(sqlcode),20);
1115: l_mslerrbuf := 'Error in ghr_mass_act_pkg.pay_calc_to_sf52 Sql Err is '|| sqlerrm(sqlcode);
1116: raise msl_error;
1117: END;

Line 7994: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec

7990: l_lac_sf52_rec,
7991: l_sf52_rec);
7992:
7993: BEGIN
7994: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec
7995: (l_pay_calc_out_data,
7996: l_sf52_rec);
7997: EXCEPTION
7998: when others then

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

7995: (l_pay_calc_out_data,
7996: l_sf52_rec);
7997: EXCEPTION
7998: when others then
7999: hr_utility.set_location('Error in Ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec '||
8000: 'Err is '||sqlerrm(sqlcode),20);
8001: l_mslerrbuf := 'Error in ghr_mass_act_pkg.pay_calc_to_sf52 Sql Err is '|| sqlerrm(sqlcode);
8002: raise msl_error;
8003: END;