Message Oracle PLS-00435 - DML statement without BULK In-BIND cannot be used inside FORALL

ERRORDML statement without BULK In-BIND cannot be used inside FORALL
CAUSEThe DML (SELECT/INSERT/DELETE/UPDATE) statement inside the FORALL statement does not contain BULK IN-BIND variables.
ACTIONThe DML (SELECT/INSERT/DELETE/UPDATE) statement inside the FORALL statement must contain BULK IN-BIND variables.