DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_PERSON_EXTRA_I dependencies on HR_MULTI_MESSAGE

Line 344: when hr_multi_message.error_message_exist then

340: close cr;
341: --
342: hr_data_pump.exit('call');
343: exception
344: when hr_multi_message.error_message_exist then
345: if cr%isopen then
346: close cr;
347: end if;
348: hr_pump_utils.set_multi_msg_error_flag(true);