DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_EMPLOYEE dependencies on HR_PUMP_UTILS

Line 942: hr_pump_utils.set_multi_msg_error_flag(true);

938: when hr_multi_message.error_message_exist then
939: if cr%isopen then
940: close cr;
941: end if;
942: hr_pump_utils.set_multi_msg_error_flag(true);
943: when others then
944: if cr%isopen then
945: close cr;
946: end if;