Oracle Error Message
PLS-00583: size must be specified if opaque type is fixed-length
Reason for the Error
An attempt was made to declare a fixed-length opaque type without specifying an explicit size.
Solution
Specify an explicit size, or change the declaration to be varying-length.