DBA Data[Home] [Help]

APPS.PER_ADDRESSES_PKG dependencies on APP_EXCEPTION

Line 867: app_exception.raise_exception;

863: ) then
864: return;
865: end if;
866: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
867: app_exception.raise_exception;
868: exception when no_data_found then
869: raise;
870: when others then raise;
871: end lock_row;