Database Error Messages

ORA-49032

ELEMENT_NUMBER can only be used for iterator variables.

Cause

ELEMENT_NUMBER is being used for a non-iterator variable.


Action

Remove the ELEMENT_NUMBER call or change the parameter to be an iterator variable.