DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_SECONDARY_EMP_ dependencies on HR_MULTI_MESSAGE

Line 954: when hr_multi_message.error_message_exist then

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