DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_PERSON_ADDRESS dependencies on HR_MULTI_MESSAGE

Line 479: when hr_multi_message.error_message_exist then

475: close cr;
476: --
477: hr_data_pump.exit('call');
478: exception
479: when hr_multi_message.error_message_exist then
480: if cr%isopen then
481: close cr;
482: end if;
483: hr_pump_utils.set_multi_msg_error_flag(true);