DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSON_EXTRA_I dependencies on HR_PUMP_UTILS

Line 350: hr_pump_utils.set_multi_msg_error_flag(true);

346: when hr_multi_message.error_message_exist then
347: if cr%isopen then
348: close cr;
349: end if;
350: hr_pump_utils.set_multi_msg_error_flag(true);
351: when others then
352: if cr%isopen then
353: close cr;
354: end if;