Oracle Error Message
PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL
Reason for the Error
The DML (SELECT/INSERT/DELETE/UPDATE) statement inside the FORALL statement does not contain BULK IN-BIND variables.
Solution
The DML (SELECT/INSERT/DELETE/UPDATE) statement inside the FORALL statement must contain BULK IN-BIND variables.