DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PAYE_TAX_INFO dependencies on HR_PUMP_UTILS

Line 487: hr_pump_utils.set_multi_msg_error_flag(true);

483: when hr_multi_message.error_message_exist then
484: if cr%isopen then
485: close cr;
486: end if;
487: hr_pump_utils.set_multi_msg_error_flag(true);
488: when others then
489: if cr%isopen then
490: close cr;
491: end if;