DBA Data[Home] [Help]

APPS.HRDPP_CREATE_USER_ACCT dependencies on HR_PUMP_UTILS

Line 244: hr_pump_utils.set_multi_msg_error_flag(true);

240: when hr_multi_message.error_message_exist then
241: if cr%isopen then
242: close cr;
243: end if;
244: hr_pump_utils.set_multi_msg_error_flag(true);
245: when others then
246: if cr%isopen then
247: close cr;
248: end if;