DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_PERSON_ADDRESS dependencies on HR_MULTI_MESSAGE

Line 419: when hr_multi_message.error_message_exist then

415: close cr;
416: --
417: hr_data_pump.exit('call');
418: exception
419: when hr_multi_message.error_message_exist then
420: if cr%isopen then
421: close cr;
422: end if;
423: hr_pump_utils.set_multi_msg_error_flag(true);