Oracle Message ORA-22331 - cannot alter an incomplete type

ERRORcannot alter an incomplete type
CAUSEAn attempt was made to perform ALTER TYPE on an incomplete type.
ACTIONUse CREATE TYPE to completely define the original type before executing the ALTER TYPE.