DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 724: when hr_multi_message.error_message_exist then

720: close cr;
721: --
722: hr_data_pump.exit('call');
723: exception
724: when hr_multi_message.error_message_exist then
725: if cr%isopen then
726: close cr;
727: end if;
728: hr_pump_utils.set_multi_msg_error_flag(true);