DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CN_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 408: hr_pump_utils.set_multi_msg_error_flag(true);

404: when hr_multi_message.error_message_exist then
405: if cr%isopen then
406: close cr;
407: end if;
408: hr_pump_utils.set_multi_msg_error_flag(true);
409: when others then
410: if cr%isopen then
411: close cr;
412: end if;