DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PLAN_BENEFICIARY dependencies on HR_MULTI_MESSAGE

Line 578: when hr_multi_message.error_message_exist then

574: close cr;
575: --
576: hr_data_pump.exit('call');
577: exception
578: when hr_multi_message.error_message_exist then
579: if cr%isopen then
580: close cr;
581: end if;
582: hr_pump_utils.set_multi_msg_error_flag(true);