DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PAYE_TAX_INFO dependencies on HR_PUMP_UTILS

Line 493: hr_pump_utils.set_multi_msg_error_flag(true);

489: when hr_multi_message.error_message_exist then
490: if cr%isopen then
491: close cr;
492: end if;
493: hr_pump_utils.set_multi_msg_error_flag(true);
494: when others then
495: if cr%isopen then
496: close cr;
497: end if;