DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ELIGIBLE_PERSON dependencies on HR_MULTI_MESSAGE

Line 913: when hr_multi_message.error_message_exist then

909: close cr;
910: --
911: hr_data_pump.exit('call');
912: exception
913: when hr_multi_message.error_message_exist then
914: if cr%isopen then
915: close cr;
916: end if;
917: hr_pump_utils.set_multi_msg_error_flag(true);