DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PLAN_TYPE dependencies on HR_MULTI_MESSAGE

Line 468: when hr_multi_message.error_message_exist then

464: close cr;
465: --
466: hr_data_pump.exit('call');
467: exception
468: when hr_multi_message.error_message_exist then
469: if cr%isopen then
470: close cr;
471: end if;
472: hr_pump_utils.set_multi_msg_error_flag(true);