DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_PERSON_ADDRESS dependencies on HR_MULTI_MESSAGE

Line 474: when hr_multi_message.error_message_exist then

470: close cr;
471: --
472: hr_data_pump.exit('call');
473: exception
474: when hr_multi_message.error_message_exist then
475: if cr%isopen then
476: close cr;
477: end if;
478: hr_pump_utils.set_multi_msg_error_flag(true);