DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 912: when hr_multi_message.error_message_exist then

908: close cr;
909: --
910: hr_data_pump.exit('call');
911: exception
912: when hr_multi_message.error_message_exist then
913: if cr%isopen then
914: close cr;
915: end if;
916: hr_pump_utils.set_multi_msg_error_flag(true);