DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSON dependencies on HR_MULTI_MESSAGE

Line 960: when hr_multi_message.error_message_exist then

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