DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_EMPLOYEE dependencies on HR_MULTI_MESSAGE

Line 903: when hr_multi_message.error_message_exist then

899: close cr;
900: --
901: hr_data_pump.exit('call');
902: exception
903: when hr_multi_message.error_message_exist then
904: if cr%isopen then
905: close cr;
906: end if;
907: hr_pump_utils.set_multi_msg_error_flag(true);