DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PTNL_LER_FOR_PER dependencies on HR_PUMP_UTILS

Line 325: hr_pump_utils.set_multi_msg_error_flag(true);

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