DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_BAL_TYPE dependencies on HR_MULTI_MESSAGE

Line 413: when hr_multi_message.error_message_exist then

409: close cr;
410: --
411: hr_data_pump.exit('call');
412: exception
413: when hr_multi_message.error_message_exist then
414: if cr%isopen then
415: close cr;
416: end if;
417: hr_pump_utils.set_multi_msg_error_flag(true);