DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_ROW dependencies on HR_MULTI_MESSAGE

Line 264: when hr_multi_message.error_message_exist then

260: close cr;
261: --
262: hr_data_pump.exit('call');
263: exception
264: when hr_multi_message.error_message_exist then
265: if cr%isopen then
266: close cr;
267: end if;
268: hr_pump_utils.set_multi_msg_error_flag(true);