DBA Data[Home] [Help]

APPS.HRDPP_MAINTAIN_PAYE_TAX_INFO dependencies on HR_PUMP_UTILS

Line 412: hr_pump_utils.set_multi_msg_error_flag(true);

408: when hr_multi_message.error_message_exist then
409: if cr%isopen then
410: close cr;
411: end if;
412: hr_pump_utils.set_multi_msg_error_flag(true);
413: when others then
414: if cr%isopen then
415: close cr;
416: end if;