DBA Data[Home] [Help]

APPS.HRDPP_UPLOAD_SALARY_PROPOSAL dependencies on HR_MULTI_MESSAGE

Line 711: when hr_multi_message.error_message_exist then

707: close cr;
708: --
709: hr_data_pump.exit('call');
710: exception
711: when hr_multi_message.error_message_exist then
712: if cr%isopen then
713: close cr;
714: end if;
715: hr_pump_utils.set_multi_msg_error_flag(true);