DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORG_STRUCTURE_VER dependencies on HR_MULTI_MESSAGE

Line 232: when hr_multi_message.error_message_exist then

228: close cr;
229: --
230: hr_data_pump.exit('call');
231: exception
232: when hr_multi_message.error_message_exist then
233: if cr%isopen then
234: close cr;
235: end if;
236: hr_pump_utils.set_multi_msg_error_flag(true);