DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PERSONAL_PAY_METH dependencies on HR_MULTI_MESSAGE

Line 770: when hr_multi_message.error_message_exist then

766: close cr;
767: --
768: hr_data_pump.exit('call');
769: exception
770: when hr_multi_message.error_message_exist then
771: if cr%isopen then
772: close cr;
773: end if;
774: hr_pump_utils.set_multi_msg_error_flag(true);