DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSONAL_PAY_M dependencies on HR_MULTI_MESSAGE

Line 411: when hr_multi_message.error_message_exist then

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