DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_AU_PERSON dependencies on HR_MULTI_MESSAGE

Line 829: when hr_multi_message.error_message_exist then

825: close cr;
826: --
827: hr_data_pump.exit('call');
828: exception
829: when hr_multi_message.error_message_exist then
830: if cr%isopen then
831: close cr;
832: end if;
833: hr_pump_utils.set_multi_msg_error_flag(true);