PLS-00440
FORALL bulk IN-bind variables cannot be used here
Action
In the case described above, move the expression from the USING clause into the SQL statement: forall j in 1..Users.Count() execute immediate ' insert into System_Users(Username) values Upper(:U)' using Users(j);