DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_LOCATION dependencies on HR_MULTI_MESSAGE

Line 619: when hr_multi_message.error_message_exist then

615: close cr;
616: --
617: hr_data_pump.exit('call');
618: exception
619: when hr_multi_message.error_message_exist then
620: if cr%isopen then
621: close cr;
622: end if;
623: hr_pump_utils.set_multi_msg_error_flag(true);