DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_AU_PERSONAL_PAY_M dependencies on HR_MULTI_MESSAGE

Line 396: when hr_multi_message.error_message_exist then

392: close cr;
393: --
394: hr_data_pump.exit('call');
395: exception
396: when hr_multi_message.error_message_exist then
397: if cr%isopen then
398: close cr;
399: end if;
400: hr_pump_utils.set_multi_msg_error_flag(true);