DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON_LIFE_EVENT dependencies on HR_MULTI_MESSAGE

Line 595: when hr_multi_message.error_message_exist then

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