DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CONTACT_RELATIONS dependencies on HR_MULTI_MESSAGE

Line 549: when hr_multi_message.error_message_exist then

545: close cr;
546: --
547: hr_data_pump.exit('call');
548: exception
549: when hr_multi_message.error_message_exist then
550: if cr%isopen then
551: close cr;
552: end if;
553: hr_pump_utils.set_multi_msg_error_flag(true);