DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_RATING_LEVEL dependencies on HR_PUMP_UTILS

Line 327: hr_pump_utils.set_multi_msg_error_flag(true);

323: when hr_multi_message.error_message_exist then
324: if cr%isopen then
325: close cr;
326: end if;
327: hr_pump_utils.set_multi_msg_error_flag(true);
328: when others then
329: if cr%isopen then
330: close cr;
331: end if;