DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 898: when hr_multi_message.error_message_exist then

894: close cr;
895: --
896: hr_data_pump.exit('call');
897: exception
898: when hr_multi_message.error_message_exist then
899: if cr%isopen then
900: close cr;
901: end if;
902: hr_pump_utils.set_multi_msg_error_flag(true);