DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 895: when hr_multi_message.error_message_exist then

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