DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ORG_STRUCTURE_VER dependencies on HR_MULTI_MESSAGE

Line 242: when hr_multi_message.error_message_exist then

238: close cr;
239: --
240: hr_data_pump.exit('call');
241: exception
242: when hr_multi_message.error_message_exist then
243: if cr%isopen then
244: close cr;
245: end if;
246: hr_pump_utils.set_multi_msg_error_flag(true);