DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 873: when hr_multi_message.error_message_exist then

869: close cr;
870: --
871: hr_data_pump.exit('call');
872: exception
873: when hr_multi_message.error_message_exist then
874: if cr%isopen then
875: close cr;
876: end if;
877: hr_pump_utils.set_multi_msg_error_flag(true);