Oracle Error Message
ORA-25330: PL/SQL associative arrays may not be used with AQ array operations
Reason for the Error
A PL/SQL associative array was provided for the payload parameter in an enqueue/dequeue array operation.
Solution
Use VARRAY or NESTED TABLE types with AQ array operations.