DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ELEMENT_OUTCOME dependencies on HR_PUMP_UTILS

Line 437: hr_pump_utils.set_multi_msg_error_flag(true);

433: when hr_multi_message.error_message_exist then
434: if cr%isopen then
435: close cr;
436: end if;
437: hr_pump_utils.set_multi_msg_error_flag(true);
438: when others then
439: if cr%isopen then
440: close cr;
441: end if;