DBA Data[Home] [Help]

APPS.GHR_MSL_PKG dependencies on GHR_MASS_ACTIONS_PKG

Line 1122: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec

1118: l_lac_sf52_rec,
1119: l_sf52_rec);
1120:
1121: BEGIN
1122: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec
1123: (l_pay_calc_out_data,
1124: l_sf52_rec);
1125: EXCEPTION
1126: when others then

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

1123: (l_pay_calc_out_data,
1124: l_sf52_rec);
1125: EXCEPTION
1126: when others then
1127: hr_utility.set_location('Error in Ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec '||
1128: 'Err is '||sqlerrm(sqlcode),20);
1129: l_mslerrbuf := 'Error in ghr_mass_act_pkg.pay_calc_to_sf52 Sql Err is '|| sqlerrm(sqlcode);
1130: raise msl_error;
1131: END;

Line 8147: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec

8143: l_lac_sf52_rec,
8144: l_sf52_rec);
8145:
8146: BEGIN
8147: ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec
8148: (l_pay_calc_out_data,
8149: l_sf52_rec);
8150: EXCEPTION
8151: when others then

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

8148: (l_pay_calc_out_data,
8149: l_sf52_rec);
8150: EXCEPTION
8151: when others then
8152: hr_utility.set_location('Error in Ghr_mass_actions_pkg.pay_calc_rec_to_sf52_rec '||
8153: 'Err is '||sqlerrm(sqlcode),20);
8154: l_mslerrbuf := 'Error in ghr_mass_act_pkg.pay_calc_to_sf52 Sql Err is '|| sqlerrm(sqlcode);
8155: raise msl_error;
8156: END;