DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_EMP_ASG dependencies on HR_PUMP_UTILS

Line 728: hr_pump_utils.set_multi_msg_error_flag(true);

724: when hr_multi_message.error_message_exist then
725: if cr%isopen then
726: close cr;
727: end if;
728: hr_pump_utils.set_multi_msg_error_flag(true);
729: when others then
730: if cr%isopen then
731: close cr;
732: end if;