DBA Data[Home] [Help]

APPS.HRDPP_CREATE_JOB_GROUP dependencies on HR_MULTI_MESSAGE

Line 188: when hr_multi_message.error_message_exist then

184: close cr;
185: --
186: hr_data_pump.exit('call');
187: exception
188: when hr_multi_message.error_message_exist then
189: if cr%isopen then
190: close cr;
191: end if;
192: hr_pump_utils.set_multi_msg_error_flag(true);