DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PAYROLL_RUN dependencies on HR_PUMP_UTILS

Line 390: hr_pump_utils.set_multi_msg_error_flag(true);

386: when hr_multi_message.error_message_exist then
387: if cr%isopen then
388: close cr;
389: end if;
390: hr_pump_utils.set_multi_msg_error_flag(true);
391: when others then
392: if cr%isopen then
393: close cr;
394: end if;