DBA Data[Home] [Help]

APPS.HRDPP_DELETE_PLAN_BENEFICIARY dependencies on HR_MULTI_MESSAGE

Line 214: when hr_multi_message.error_message_exist then

210: close cr;
211: --
212: hr_data_pump.exit('call');
213: exception
214: when hr_multi_message.error_message_exist then
215: if cr%isopen then
216: close cr;
217: end if;
218: hr_pump_utils.set_multi_msg_error_flag(true);