DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ORGANIZATION_STRU dependencies on HR_MULTI_MESSAGE

Line 331: when hr_multi_message.error_message_exist then

327: close cr;
328: --
329: hr_data_pump.exit('call');
330: exception
331: when hr_multi_message.error_message_exist then
332: if cr%isopen then
333: close cr;
334: end if;
335: hr_pump_utils.set_multi_msg_error_flag(true);