| Column ID | Column name | Data type | Length | Precision | NULL | Description |
|
| 1 | APPLY_NAME | VARCHAR2 | 30 | (null) | N | Name of the apply process |
| 2 | QUEUE_NAME | VARCHAR2 | 30 | (null) | N | Name of the queue the apply process dequeues from |
| 3 | QUEUE_OWNER | VARCHAR2 | 30 | (null) | N | Owner of the queue the apply process dequeues from |
| 4 | APPLY_CAPTURED | VARCHAR2 | 3 | (null) | Y | Yes, if applying captured messages; No, if applying enqueued messages |
| 5 | RULE_SET_NAME | VARCHAR2 | 30 | (null) | Y | Rule set used by apply process for filtering |
| 6 | RULE_SET_OWNER | VARCHAR2 | 30 | (null) | Y | Owner of the rule set |
| 7 | APPLY_USER | VARCHAR2 | 30 | (null) | Y | Current user who is applying the messages |
| 8 | APPLY_DATABASE_LINK | VARCHAR2 | 128 | (null) | Y | For remote objects, the database link pointing to the remote database |
| 9 | APPLY_TAG | RAW | 2000 | (null) | Y | Tag associated with DDL and DML change records that will be applied |
| 10 | DDL_HANDLER | VARCHAR2 | 98 | (null) | Y | Name of the user specified ddl handler |
| 11 | PRECOMMIT_HANDLER | VARCHAR2 | 98 | (null) | Y | Name of the user specified precommit handler |
| 12 | MESSAGE_HANDLER | VARCHAR2 | 98 | (null) | Y | User specified procedure to handle messages other than DDL and DML messages |
| 13 | STATUS | VARCHAR2 | 8 | (null) | Y | Status of the apply process: DISABLED, ENABLED, ABORTED |
| 14 | MAX_APPLIED_MESSAGE_NUMBER | NUMBER | 22 | (null) | Y | Maximum value of message that has been applied |
| 15 | NEGATIVE_RULE_SET_NAME | VARCHAR2 | 30 | (null) | Y | Negative rule set used by apply process for filtering |
| 16 | NEGATIVE_RULE_SET_OWNER | VARCHAR2 | 30 | (null) | Y | Owner of the negative rule set |
| 17 | STATUS_CHANGE_TIME | DATE | 7 | (null) | Y | The time that STATUS of the apply process was changed |
| 18 | ERROR_NUMBER | NUMBER | 22 | (null) | Y | Error number if the apply process was aborted |
| 19 | ERROR_MESSAGE | VARCHAR2 | 4000 | (null) | Y | Error message if the apply process was aborted |
| 20 | MESSAGE_DELIVERY_MODE | VARCHAR2 | 10 | (null) | Y | NULL - oracleabc.com |