DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_HK_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 403: hr_pump_utils.set_multi_msg_error_flag(true);

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