DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_SUPER_CONTRIBUTIO dependencies on HR_MULTI_MESSAGE

Line 363: when hr_multi_message.error_message_exist then

359: close cr;
360: --
361: hr_data_pump.exit('call');
362: exception
363: when hr_multi_message.error_message_exist then
364: if cr%isopen then
365: close cr;
366: end if;
367: hr_pump_utils.set_multi_msg_error_flag(true);