DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSONAL_PAY_METH dependencies on HR_MULTI_MESSAGE

Line 756: when hr_multi_message.error_message_exist then

752: close cr;
753: --
754: hr_data_pump.exit('call');
755: exception
756: when hr_multi_message.error_message_exist then
757: if cr%isopen then
758: close cr;
759: end if;
760: hr_pump_utils.set_multi_msg_error_flag(true);