DBA Data[Home] [Help]

APPS.HRDPP_CREATE_QUALIFICATION_TYP dependencies on HR_MULTI_MESSAGE

Line 555: when hr_multi_message.error_message_exist then

551: close cr;
552: --
553: hr_data_pump.exit('call');
554: exception
555: when hr_multi_message.error_message_exist then
556: if cr%isopen then
557: close cr;
558: end if;
559: hr_pump_utils.set_multi_msg_error_flag(true);