DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ORG_STRUCTURE_VER dependencies on HR_PUMP_UTILS

Line 246: hr_pump_utils.set_multi_msg_error_flag(true);

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