Message Oracle PLS-00436 - implementation restriction: cannot reference fields of BULK In-BIND table of records or objects

ERRORimplementation restriction: cannot reference fields of BULK In-BIND table of records or objects
CAUSEtable(bulk_index).field is not supported at run-time.
ACTIONUse FOR loop with instead of the FORALL DML statement (MERGE/INSERT/DELETE/UPDATE).