DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CONTACT_RELATIONS dependencies on HR_MULTI_MESSAGE

Line 554: when hr_multi_message.error_message_exist then

550: close cr;
551: --
552: hr_data_pump.exit('call');
553: exception
554: when hr_multi_message.error_message_exist then
555: if cr%isopen then
556: close cr;
557: end if;
558: hr_pump_utils.set_multi_msg_error_flag(true);