DBA Data[Home] [Help]

APPS.HRDPP_CREATE_AU_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 401: hr_pump_utils.set_multi_msg_error_flag(true);

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