DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSONAL_PAY_METH dependencies on HR_MULTI_MESSAGE

Line 750: when hr_multi_message.error_message_exist then

746: close cr;
747: --
748: hr_data_pump.exit('call');
749: exception
750: when hr_multi_message.error_message_exist then
751: if cr%isopen then
752: close cr;
753: end if;
754: hr_pump_utils.set_multi_msg_error_flag(true);