DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_USER_ACCT dependencies on HR_PUMP_UTILS

Line 230: hr_pump_utils.set_multi_msg_error_flag(true);

226: when hr_multi_message.error_message_exist then
227: if cr%isopen then
228: close cr;
229: end if;
230: hr_pump_utils.set_multi_msg_error_flag(true);
231: when others then
232: if cr%isopen then
233: close cr;
234: end if;