DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_AU_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 822: when hr_multi_message.error_message_exist then

818: close cr;
819: --
820: hr_data_pump.exit('call');
821: exception
822: when hr_multi_message.error_message_exist then
823: if cr%isopen then
824: close cr;
825: end if;
826: hr_pump_utils.set_multi_msg_error_flag(true);