DBA Data[Home] [Help]

APPS.HRDPP_CREATE_SUPER_CONTRIBUTIO dependencies on HR_MULTI_MESSAGE

Line 454: when hr_multi_message.error_message_exist then

450: close cr;
451: --
452: hr_data_pump.exit('call');
453: exception
454: when hr_multi_message.error_message_exist then
455: if cr%isopen then
456: close cr;
457: end if;
458: hr_pump_utils.set_multi_msg_error_flag(true);