DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_PERSON dependencies on HR_MULTI_MESSAGE

Line 957: when hr_multi_message.error_message_exist then

953: close cr;
954: --
955: hr_data_pump.exit('call');
956: exception
957: when hr_multi_message.error_message_exist then
958: if cr%isopen then
959: close cr;
960: end if;
961: hr_pump_utils.set_multi_msg_error_flag(true);