DBA Data[Home] [Help]

APPS.HRDPP_HIRE_INTO_JOB dependencies on HR_MULTI_MESSAGE

Line 252: when hr_multi_message.error_message_exist then

248: close cr;
249: --
250: hr_data_pump.exit('call');
251: exception
252: when hr_multi_message.error_message_exist then
253: if cr%isopen then
254: close cr;
255: end if;
256: hr_pump_utils.set_multi_msg_error_flag(true);