DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSON dependencies on HR_MULTI_MESSAGE

Line 796: when hr_multi_message.error_message_exist then

792: close cr;
793: --
794: hr_data_pump.exit('call');
795: exception
796: when hr_multi_message.error_message_exist then
797: if cr%isopen then
798: close cr;
799: end if;
800: hr_pump_utils.set_multi_msg_error_flag(true);