DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ELEMENT_OUTCOME dependencies on HR_MULTI_MESSAGE

Line 448: when hr_multi_message.error_message_exist then

444: close cr;
445: --
446: hr_data_pump.exit('call');
447: exception
448: when hr_multi_message.error_message_exist then
449: if cr%isopen then
450: close cr;
451: end if;
452: hr_pump_utils.set_multi_msg_error_flag(true);