Oracle Error Message
PLS-00456: item ‘string’ is not a cursor
Reason for the Error
the given variable is not a cursor and therefore cannot be OPEN’ed or FETCH’ed from.
Solution
check the spelling and declaration for the given variable.
PLS-00456: item ‘string’ is not a cursor
the given variable is not a cursor and therefore cannot be OPEN’ed or FETCH’ed from.
check the spelling and declaration for the given variable.