| ERROR | DML statement without BULK In-BIND cannot be used inside FORALL |
| CAUSE | The DML (SELECT/INSERT/DELETE/UPDATE) statement inside the FORALL statement does not contain BULK IN-BIND variables. |
| ACTION | The DML (SELECT/INSERT/DELETE/UPDATE) statement inside the FORALL statement must contain BULK IN-BIND variables. |