DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_LOCATION dependencies on HR_PUMP_UTILS

Line 623: hr_pump_utils.set_multi_msg_error_flag(true);

619: when hr_multi_message.error_message_exist then
620: if cr%isopen then
621: close cr;
622: end if;
623: hr_pump_utils.set_multi_msg_error_flag(true);
624: when others then
625: if cr%isopen then
626: close cr;
627: end if;