DBA Data[Home] [Help]

APPS.HRDPP_CREATE_VALID_GRADE dependencies on HR_PUMP_UTILS

Line 354: hr_pump_utils.set_multi_msg_error_flag(true);

350: when hr_multi_message.error_message_exist then
351: if cr%isopen then
352: close cr;
353: end if;
354: hr_pump_utils.set_multi_msg_error_flag(true);
355: when others then
356: if cr%isopen then
357: close cr;
358: end if;