DBA Data[Home] [Help]

APPS.HRDPP_CREATE_JOB dependencies on HR_MULTI_MESSAGE

Line 667: when hr_multi_message.error_message_exist then

663: close cr;
664: --
665: hr_data_pump.exit('call');
666: exception
667: when hr_multi_message.error_message_exist then
668: if cr%isopen then
669: close cr;
670: end if;
671: hr_pump_utils.set_multi_msg_error_flag(true);