DBA Data[Home] [Help]

APPS.HRDPP_CREATE_AU_APPLICANT dependencies on HR_PUMP_UTILS

Line 723: hr_pump_utils.set_multi_msg_error_flag(true);

719: when hr_multi_message.error_message_exist then
720: if cr%isopen then
721: close cr;
722: end if;
723: hr_pump_utils.set_multi_msg_error_flag(true);
724: when others then
725: if cr%isopen then
726: close cr;
727: end if;