DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_VEHICLE dependencies on HR_PUMP_UTILS

Line 669: hr_pump_utils.set_multi_msg_error_flag(true);

665: when hr_multi_message.error_message_exist then
666: if cr%isopen then
667: close cr;
668: end if;
669: hr_pump_utils.set_multi_msg_error_flag(true);
670: when others then
671: if cr%isopen then
672: close cr;
673: end if;