DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_EMP_ASG dependencies on HR_PUMP_UTILS

Line 862: hr_pump_utils.set_multi_msg_error_flag(true);

858: when hr_multi_message.error_message_exist then
859: if cr%isopen then
860: close cr;
861: end if;
862: hr_pump_utils.set_multi_msg_error_flag(true);
863: when others then
864: if cr%isopen then
865: close cr;
866: end if;