RETURN- for actual function return- must be last in the parameters clause
PLS-00252 – Oracle Error Code
Reference to the wrong copy of package STANDARD
PLS-00253 – Oracle Error Code
Formal parameter string missing in the parameters clause
PLS-00238 – Oracle Error Code
External parameter name string not found in formal parameter list
PLS-00254 – Oracle Error Code
OUT and IN/OUT modes cannot be used in this context
PLS-00223 – Oracle Error Code
Paramaterless procedure ‘string’ used as function
PLS-00224 – Oracle Error Code
Object ‘string’ must be of type function or array to be used this way
PLS-00209 – Oracle Error Code
Table ‘string’ is not in FROM clause
PLS-00225 – Oracle Error Code
Subprogram or cursor ‘string’ reference is out of scope
PLS-00210 – Oracle Error Code
An OTHERS clause is required in this CASE statement
