DBA Data[Home] [Help]

APPS.HRDPP_CREATE_COMPETENCE dependencies on HR_MULTI_MESSAGE

Line 744: when hr_multi_message.error_message_exist then

740: close cr;
741: --
742: hr_data_pump.exit('call');
743: exception
744: when hr_multi_message.error_message_exist then
745: if cr%isopen then
746: close cr;
747: end if;
748: hr_pump_utils.set_multi_msg_error_flag(true);