DBA Data[Home] [Help]

APPS.HRDPP_DELETE_VEHICLE dependencies on HR_PUMP_UTILS

Line 187: hr_pump_utils.set_multi_msg_error_flag(true);

183: when hr_multi_message.error_message_exist then
184: if cr%isopen then
185: close cr;
186: end if;
187: hr_pump_utils.set_multi_msg_error_flag(true);
188: when others then
189: if cr%isopen then
190: close cr;
191: end if;