ALL_APPLY_ENQUEUE displays information about the apply enqueue actions for the rules where the destination queue exists and is accessible to the current user.
DBA_APPLY_ENQUEUE displays information about the apply enqueue actions for all rules in the database.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| RULE_OWNER | VARCHAR2(30) | NOT NULL | Owner of the rule | 
| RULE_NAME | VARCHAR2(30) | NOT NULL | Name of the rule | 
| DESTINATION_QUEUE_NAME | VARCHAR2(4000) | Name of the queue where events satisfying the rule will be enqueued | 
See Also:
"DBA_APPLY_ENQUEUE"