DBA Data[Home] [Help]

APPS.HRDPP_CREATE_AU_PERSONAL_PAY_M dependencies on HR_MULTI_MESSAGE

Line 397: when hr_multi_message.error_message_exist then

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