DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_LOCATION dependencies on HR_PUMP_UTILS

Line 684: hr_pump_utils.set_multi_msg_error_flag(true);

680: when hr_multi_message.error_message_exist then
681: if cr%isopen then
682: close cr;
683: end if;
684: hr_pump_utils.set_multi_msg_error_flag(true);
685: when others then
686: if cr%isopen then
687: close cr;
688: end if;