DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_NZ_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 604: hr_pump_utils.set_multi_msg_error_flag(true);

600: when hr_multi_message.error_message_exist then
601: if cr%isopen then
602: close cr;
603: end if;
604: hr_pump_utils.set_multi_msg_error_flag(true);
605: when others then
606: if cr%isopen then
607: close cr;
608: end if;