Oracle Solution for Error ora-25330

Solution for Oracle Error ORA-25330

ORA-25330: PL/SQL associative arrays may not be used with AQ array operations

What triggered the Error:

PL/SQL associative array was provided for the payload parameter in an enqueue/dequeue array operation.

What should we do to fix it:

e VARRAY or NESTED TABLE types with AQ array operations.