Oracle Error PLS-00329: schema-level type has illegal reference to string

Oracle Error Message

PLS-00329: schema-level type has illegal reference to string

Reason for the Error

An attempt was made to make a reference from a schema-level type to something other than a schema-level type.

Solution

Replace the illegal reference and retry the operation.