DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BALANCE_AMOUNT dependencies on HR_MULTI_MESSAGE

Line 437: when hr_multi_message.error_message_exist then

433: close cr;
434: --
435: hr_data_pump.exit('call');
436: exception
437: when hr_multi_message.error_message_exist then
438: if cr%isopen then
439: close cr;
440: end if;
441: hr_pump_utils.set_multi_msg_error_flag(true);