DBA Data[Home] [Help]

APPS.HRDPP_SUSPEND_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 218: when hr_multi_message.error_message_exist then

214: close cr;
215: --
216: hr_data_pump.exit('call');
217: exception
218: when hr_multi_message.error_message_exist then
219: if cr%isopen then
220: close cr;
221: end if;
222: hr_pump_utils.set_multi_msg_error_flag(true);