DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_QUALIFICATION_TYP dependencies on HR_MULTI_MESSAGE

Line 572: when hr_multi_message.error_message_exist then

568: close cr;
569: --
570: hr_data_pump.exit('call');
571: exception
572: when hr_multi_message.error_message_exist then
573: if cr%isopen then
574: close cr;
575: end if;
576: hr_pump_utils.set_multi_msg_error_flag(true);