DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_JOB_GROUP dependencies on HR_MULTI_MESSAGE

Line 200: when hr_multi_message.error_message_exist then

196: close cr;
197: --
198: hr_data_pump.exit('call');
199: exception
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);