Oracle Error Message
PLS-00657: Implementation restriction: bulk SQL with associative arrays with VARCHAR2 key is not supported.
Reason for the Error
Variable or expression of associative array type was used as bulk SQL bind or define.
Solution
Use colleciton types supported by bulk SQL.