DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_AU_PERSON dependencies on HR_PUMP_UTILS

Line 833: hr_pump_utils.set_multi_msg_error_flag(true);

829: when hr_multi_message.error_message_exist then
830: if cr%isopen then
831: close cr;
832: end if;
833: hr_pump_utils.set_multi_msg_error_flag(true);
834: when others then
835: if cr%isopen then
836: close cr;
837: end if;