DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PLAN_TYPE dependencies on HR_MULTI_MESSAGE

Line 189: when hr_multi_message.error_message_exist then

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