DBA Data[Home] [Help]

APPS.HRDPP_MAINTAIN_SUPER_INFO dependencies on HR_PUMP_UTILS

Line 326: hr_pump_utils.set_multi_msg_error_flag(true);

322: when hr_multi_message.error_message_exist then
323: if cr%isopen then
324: close cr;
325: end if;
326: hr_pump_utils.set_multi_msg_error_flag(true);
327: when others then
328: if cr%isopen then
329: close cr;
330: end if;