DBA Data[Home] [Help]

APPS.HRDPP_CREATE_HIERARCHY_ELEMENT dependencies on HR_MULTI_MESSAGE

Line 259: when hr_multi_message.error_message_exist then

255: close cr;
256: --
257: hr_data_pump.exit('call');
258: exception
259: when hr_multi_message.error_message_exist then
260: if cr%isopen then
261: close cr;
262: end if;
263: hr_pump_utils.set_multi_msg_error_flag(true);