DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_SUPPLEMENTARY_ROL dependencies on HR_MULTI_MESSAGE

Line 472: when hr_multi_message.error_message_exist then

468: close cr;
469: --
470: hr_data_pump.exit('call');
471: exception
472: when hr_multi_message.error_message_exist then
473: if cr%isopen then
474: close cr;
475: end if;
476: hr_pump_utils.set_multi_msg_error_flag(true);