DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_AU_PERSONAL_PAY_M dependencies on HR_PUMP_UTILS

Line 400: hr_pump_utils.set_multi_msg_error_flag(true);

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