DBA Data[Home] [Help]

APPS.HRDPP_CREATE_OUTCOME dependencies on HR_MULTI_MESSAGE

Line 451: when hr_multi_message.error_message_exist then

447: close cr;
448: --
449: hr_data_pump.exit('call');
450: exception
451: when hr_multi_message.error_message_exist then
452: if cr%isopen then
453: close cr;
454: end if;
455: hr_pump_utils.set_multi_msg_error_flag(true);