PLS-00498: illegal use of a type before its declaration

PLS-00498: illegal use of a type before its declaration

Cause: A variable or constant was declared to be of a type whose declaration appears later in the compilation unit; or, a type or subtype was declared in terms of another type whose declaration appears later in the compilation unit.

Action: Ensure that the type declaration preceeds its use in the variable or constant or type declaration.

No comments:

Post a Comment