PLS-00450: a variable of this private type cannot be declared here

PLS-00450: a variable of this private type cannot be declared here

Cause: A variable declaration uses a type that is declared PRIVATE in some other compilation unit.

Action: Do not use this type in a PRIVATE variable declaration.

No comments:

Post a Comment