DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ORGANIZATION_STRU dependencies on HR_MULTI_MESSAGE

Line 340: when hr_multi_message.error_message_exist then

336: close cr;
337: --
338: hr_data_pump.exit('call');
339: exception
340: when hr_multi_message.error_message_exist then
341: if cr%isopen then
342: close cr;
343: end if;
344: hr_pump_utils.set_multi_msg_error_flag(true);