DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ELIG_PERSON_OPTIO dependencies on HR_MULTI_MESSAGE

Line 765: when hr_multi_message.error_message_exist then

761: close cr;
762: --
763: hr_data_pump.exit('call');
764: exception
765: when hr_multi_message.error_message_exist then
766: if cr%isopen then
767: close cr;
768: end if;
769: hr_pump_utils.set_multi_msg_error_flag(true);