DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_PERSON dependencies on HR_MULTI_MESSAGE

Line 952: when hr_multi_message.error_message_exist then

948: close cr;
949: --
950: hr_data_pump.exit('call');
951: exception
952: when hr_multi_message.error_message_exist then
953: if cr%isopen then
954: close cr;
955: end if;
956: hr_pump_utils.set_multi_msg_error_flag(true);