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 2000 Not currently used.
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.

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