DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_USER_ACCT dependencies on HR_PUMP_UTILS

Line 250: hr_pump_utils.set_multi_msg_error_flag(true);

246: when hr_multi_message.error_message_exist then
247: if cr%isopen then
248: close cr;
249: end if;
250: hr_pump_utils.set_multi_msg_error_flag(true);
251: when others then
252: if cr%isopen then
253: close cr;
254: end if;