DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ELEMENT_OUTCOME dependencies on HR_PUMP_UTILS

Line 452: hr_pump_utils.set_multi_msg_error_flag(true);

448: when hr_multi_message.error_message_exist then
449: if cr%isopen then
450: close cr;
451: end if;
452: hr_pump_utils.set_multi_msg_error_flag(true);
453: when others then
454: if cr%isopen then
455: close cr;
456: end if;