DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_EMP_ASG dependencies on HR_MULTI_MESSAGE

Line 858: when hr_multi_message.error_message_exist then

854: close cr;
855: --
856: hr_data_pump.exit('call');
857: exception
858: when hr_multi_message.error_message_exist then
859: if cr%isopen then
860: close cr;
861: end if;
862: hr_pump_utils.set_multi_msg_error_flag(true);