DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BAL_TYPE dependencies on HR_MULTI_MESSAGE

Line 412: when hr_multi_message.error_message_exist then

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