DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_PERSON dependencies on HR_PUMP_UTILS

Line 727: hr_pump_utils.set_multi_msg_error_flag(true);

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