DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_RATING_SCALE dependencies on HR_MULTI_MESSAGE

Line 318: when hr_multi_message.error_message_exist then

314: close cr;
315: --
316: hr_data_pump.exit('call');
317: exception
318: when hr_multi_message.error_message_exist then
319: if cr%isopen then
320: close cr;
321: end if;
322: hr_pump_utils.set_multi_msg_error_flag(true);