DBA Data[Home] [Help]

APPS.HRDPP_CREATE_HK_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 406: hr_pump_utils.set_multi_msg_error_flag(true);

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