DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_AU_EMP_ASG dependencies on HR_PUMP_UTILS

Line 826: hr_pump_utils.set_multi_msg_error_flag(true);

822: when hr_multi_message.error_message_exist then
823: if cr%isopen then
824: close cr;
825: end if;
826: hr_pump_utils.set_multi_msg_error_flag(true);
827: when others then
828: if cr%isopen then
829: close cr;
830: end if;