DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GRADE dependencies on HR_MULTI_MESSAGE

Line 685: when hr_multi_message.error_message_exist then

681: close cr;
682: --
683: hr_data_pump.exit('call');
684: exception
685: when hr_multi_message.error_message_exist then
686: if cr%isopen then
687: close cr;
688: end if;
689: hr_pump_utils.set_multi_msg_error_flag(true);