DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CBR_QUALD_BNF dependencies on HR_MULTI_MESSAGE

Line 477: when hr_multi_message.error_message_exist then

473: close cr;
474: --
475: hr_data_pump.exit('call');
476: exception
477: when hr_multi_message.error_message_exist then
478: if cr%isopen then
479: close cr;
480: end if;
481: hr_pump_utils.set_multi_msg_error_flag(true);