DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_RATING_SCALE dependencies on HR_PUMP_UTILS

Line 322: hr_pump_utils.set_multi_msg_error_flag(true);

318: when hr_multi_message.error_message_exist then
319: if cr%isopen then
320: close cr;
321: end if;
322: hr_pump_utils.set_multi_msg_error_flag(true);
323: when others then
324: if cr%isopen then
325: close cr;
326: end if;