DBA Data[Home] [Help]

APPS.HRDPP_CREATE_VEHICLE dependencies on HR_PUMP_UTILS

Line 629: hr_pump_utils.set_multi_msg_error_flag(true);

625: when hr_multi_message.error_message_exist then
626: if cr%isopen then
627: close cr;
628: end if;
629: hr_pump_utils.set_multi_msg_error_flag(true);
630: when others then
631: if cr%isopen then
632: close cr;
633: end if;