| Column | Description | 
| dblink | Fully qualified pathname to master database site for which you have scheduled periodic execution of deferred remote procedure calls. | 
| job | Number assigned to job when you created it by calling DBMS_DEFER_SYS.SCHEDULE_EXECUTION. Query the WHAT column of USER_JOBS view to determine what is executed when the job is run. | 
| interval | Function used to calculate the next time to apply any changes. | 
| next_date | Next date that job is scheduled to be executed. | 
| last_date | Last time the DBMS_DEFER_SYS.EXECUTE pushed (or attempted to push) remote procedure calls to this destination. | 
| disabled | Is propagation to destination disabled? | 
| last_txn_count | Number of transactions pushed during last attempt. | 
| last_error | Oracle error number from last push | 
| last_msg | Error message from last push. | 
| Column | Description | 
| deferred_tran_id | The transaction ID originating or copying the deferred remote procedure calls. | 
| deferred_tran_db | The fully qualified database name of the database originating or copying the deferred remote procedure calls. | 
| origin_tran_id | The transaction ID originating the deferred remote procedure calls. | 
| origin_tran_db | The fully qualified database name of the database originating the deferred remote procedure calls. | 
| origin_user | The userid of the user originating the deferred remote procedure calls. | 
| delivery_order | An identifier that determines the order of deferred transactions in the queue. The identifier is derived from the system commit number of the originating or copying transaction. | 
| destination_list | 'R' or 'D'. 'R' indicates that the destinations are determined by the RepSchema view. 'D' indicates that the destinations were determined by the DefDefaultDest view or the NODE_LIST argument to the TRANSACTION, CALL, or COPY procedures. | 
| start_time | The start time of the originating transaction | 
| commit_comment | Any user-supplied comments. |