DBA Data[Home] [Help]

APPS.HRDPP_CREATE_COMPANY_COST_CENT dependencies on HR_MULTI_MESSAGE

Line 225: when hr_multi_message.error_message_exist then

221: close cr;
222: --
223: hr_data_pump.exit('call');
224: exception
225: when hr_multi_message.error_message_exist then
226: if cr%isopen then
227: close cr;
228: end if;
229: hr_pump_utils.set_multi_msg_error_flag(true);