Oracle Error Message
PLS-00450: a variable of this private type cannot be declared here
Reason for the Error
A variable declaration uses a type that is declared PRIVATE in some other compilation unit.
Solution
Do not use this type in a PRIVATE variable declaration.