Oracle Error Message
PLS-00437: FORALL bulk index cannot be used in string clause
Reason for the Error
RETURNING table(bulk_index) is not supported.
Solution
Use RETURNING BULK COLLECT instead
PLS-00437: FORALL bulk index cannot be used in string clause
RETURNING table(bulk_index) is not supported.
Use RETURNING BULK COLLECT instead