DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_JOB_GROUP dependencies on HR_PUMP_UTILS

Line 204: hr_pump_utils.set_multi_msg_error_flag(true);

200: when hr_multi_message.error_message_exist then
201: if cr%isopen then
202: close cr;
203: end if;
204: hr_pump_utils.set_multi_msg_error_flag(true);
205: when others then
206: if cr%isopen then
207: close cr;
208: end if;