Different number of columns between cursor SELECT statement and return value
PLS-00416 – Oracle Error Code
The third argument of DECODE cannot be NULL
PLS-00401 – Oracle Error Code
Different column types between cursor SELECT statement and return value found at ‘string’
PLS-00417 – Oracle Error Code
Unable to resolve ‘string’ as a column
PLS-00402 – Oracle Error Code
Alias required in SELECT list of cursor to avoid duplicate column names
PLS-00418 – Oracle Error Code
Array bind type must match PL/SQL table row type
PLS-00403 – Oracle Error Code
Expression ‘string’ cannot be used as an INTO-target of a SELECT/FETCH statement
PLS-00404 – Oracle Error Code
Cursor ‘string’ must be declared with FOR UPDATE to use with CURRENT OF
PLS-00405 – Oracle Error Code
Subquery not allowed in this context
PLS-00374 – Oracle Error Code
Illegal EXIT statement; it must appear inside the loop labeled ‘string’
