DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_PERSON dependencies on HR_MULTI_MESSAGE

Line 723: when hr_multi_message.error_message_exist then

719: close cr;
720: --
721: hr_data_pump.exit('call');
722: exception
723: when hr_multi_message.error_message_exist then
724: if cr%isopen then
725: close cr;
726: end if;
727: hr_pump_utils.set_multi_msg_error_flag(true);