DBA Data[Home] [Help]

APPS.HRDPP_CREATE_LOCATION dependencies on HR_MULTI_MESSAGE

Line 663: when hr_multi_message.error_message_exist then

659: close cr;
660: --
661: hr_data_pump.exit('call');
662: exception
663: when hr_multi_message.error_message_exist then
664: if cr%isopen then
665: close cr;
666: end if;
667: hr_pump_utils.set_multi_msg_error_flag(true);