DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_LOCATION dependencies on HR_MULTI_MESSAGE

Line 597: when hr_multi_message.error_message_exist then

593: close cr;
594: --
595: hr_data_pump.exit('call');
596: exception
597: when hr_multi_message.error_message_exist then
598: if cr%isopen then
599: close cr;
600: end if;
601: hr_pump_utils.set_multi_msg_error_flag(true);