AR_DOCUMENT_TRANSFERS
This is an obsolete table and not in use.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
AR_DOCUMENT_TRANSFERS_PK |
DOCUMENT_TRANSFER_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| DOCUMENT_TRANSFER_ID | NUMBER | 18 | Yes | Not currently used. | |
| LAST_SUBMISSION_DATE | DATE | Not currently used. | |||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| SOURCE_ID | NUMBER | 18 | Yes | Not currently used. | |
| SOURCE_TABLE | VARCHAR2 | 30 | Yes | Not currently used. | |
| TP_SOURCE_TABLE | VARCHAR2 | 30 | Yes | Not currently used. | |
| TP_SOURCE_ID | NUMBER | 18 | Not currently used. | ||
| STATUS | VARCHAR2 | 30 | Yes | Not currently used. | |
| EVENT_NAME | VARCHAR2 | 200 | Yes | Not currently used. | |
| ECX_TRX_TYPE | VARCHAR2 | 100 | Not currently used. | ||
| ECX_TRX_SUBTYPE | VARCHAR2 | 100 | Not currently used. | ||
| ECX_PARTY_TYPE | VARCHAR2 | 10 | Not currently used. | ||
| EMAIL_ADDRESS | VARCHAR2 | 80 | Not currently used. | ||
| DOCUMENT_MSGID | VARCHAR2 | 240 | Not currently used. | ||
| CONFIRMATION_MSGID | VARCHAR2 | 240 | Not currently used. | ||
| EXCEPTION_TYPE | VARCHAR2 | 30 | Not currently used. | ||
| EXCEPTION_MESSAGE | VARCHAR2 | 4000 | Message related to the delivery status of the transaction. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| APPLICATION_ID | NUMBER | 18 | Not currently used. | ||
| RESPONSIBILITY_ID | NUMBER | 18 | Yes | Not currently used. | |
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| PARTNER_CODE | VARCHAR2 | 30 | Identifier of the partner to whom the transaction is routed to. | ||
| DELIVERY_STATUS_DATE | DATE | Date and time the partner confirmed transaction delivery. | |||
| CLEARANCE_STATUS_CODE | VARCHAR2 | 30 | Code from the tax authority that indicates the clearance status of the transaction. | ||
| CLEARANCE_STATUS_MESSAGE | VARCHAR2 | 4000 | Message from the tax authority related to the clearance status of the transaction. | ||
| CLEARANCE_STATUS_MESSAGE_KEY | VARCHAR2 | 240 | Key from the tax authority for the corresponding clearance status message. | ||
| CLEARANCE_STATUS_DATE | DATE | Date and time of the tax authority clearance status. | |||
| CLEARANCE_IDENTIFIER | VARCHAR2 | 2000 | Identifier from the tax authority of the transaction clearance. | ||
| BUSINESS_STATUS_CODE | VARCHAR2 | 30 | Code from the buyer that indicates the business status of the transaction. | ||
| BUSINESS_STATUS_MESSAGE | VARCHAR2 | 4000 | Message from the buyer related to the business status of the transaction. | ||
| BUSINESS_STATUS_MESSAGE_KEY | VARCHAR2 | 240 | Key from the buyer for the corresponding business status message. | ||
| BUSINESS_STATUS_DATE | DATE | Date and time of the buyer confirmation status. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| AR_DOCUMENT_TRANSFERS_N1 | Non Unique | Default | SOURCE_ID, SOURCE_TABLE, STATUS |
| AR_DOCUMENT_TRANSFERS_U1 | Unique | Default | DOCUMENT_TRANSFER_ID |