DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_PERSON dependencies on HR_PUMP_UTILS

Line 620: hr_pump_utils.set_multi_msg_error_flag(true);

616: when hr_multi_message.error_message_exist then
617: if cr%isopen then
618: close cr;
619: end if;
620: hr_pump_utils.set_multi_msg_error_flag(true);
621: when others then
622: if cr%isopen then
623: close cr;
624: end if;