[Home] [Help]
[Dependency Information]
Object Name: | AR_DOCUMENT_TRANSFERS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores information about document tranfer to your trading partners, such as identifier of document, identifier of trading partner, and workflow business event. One row is required for each transfer of a document to a trading partner.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_DOCUMENT_TRANSFERS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_DOCUMENT_TRANSFERS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DOCUMENT_TRANSFER_ID | NUMBER | (15) | Yes | Identifier of the document transfer |
LAST_SUBMISSION_DATE | DATE | Date that the document was last submitted | ||
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
SOURCE_ID | NUMBER | (15) | Yes | Identifier of document that is transferred |
SOURCE_TABLE | VARCHAR2 | (30) | Yes | Source table of the transferred document |
TP_SOURCE_TABLE | VARCHAR2 | (30) | Yes | Source table of trading partner to whom this documnet is transferred is associated |
TP_SOURCE_ID | NUMBER | (15) | Identifier of trading partner to whom this document is transferred | |
STATUS | VARCHAR2 | (30) | Yes | Status of document transfer |
EVENT_NAME | VARCHAR2 | (200) | Yes | Workflow business event that is raised to transfer document |
ECX_TRX_TYPE | VARCHAR2 | (100) | XML Gateway's transaction type that is used to transfer document | |
ECX_TRX_SUBTYPE | VARCHAR2 | (100) | XML Gateway's transaction subtype that is used to transfer document | |
ECX_PARTY_TYPE | VARCHAR2 | (10) | XML Gateway's party type that is used to transfer document | |
EMAIL_ADDRESS | VARCHAR2 | (80) | Email address of trading partner | |
DOCUMENT_MSGID | RAW | (16) | Identifier of XML document that is transferred | |
CONFIRMATION_MSGID | RAW | (16) | Identifier of XML confirmation document that is received from trading partner | |
EXCEPTION_TYPE | VARCHAR2 | (30) | Exception Type | |
EXCEPTION_MESSAGE | VARCHAR2 | (2000) | Exception message | |
REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
APPLICATION_ID | NUMBER | (15) | Identifier of application that created this row | |
RESPONSIBILITY_ID | NUMBER | (15) | Yes | Identifier of responsibility that created this row |
Cut, paste (and edit) the following text to query this object:
SELECT DOCUMENT_TRANSFER_ID
, LAST_SUBMISSION_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, SOURCE_ID
, SOURCE_TABLE
, TP_SOURCE_TABLE
, TP_SOURCE_ID
, STATUS
, EVENT_NAME
, ECX_TRX_TYPE
, ECX_TRX_SUBTYPE
, ECX_PARTY_TYPE
, EMAIL_ADDRESS
, DOCUMENT_MSGID
, CONFIRMATION_MSGID
, EXCEPTION_TYPE
, EXCEPTION_MESSAGE
, REQUEST_ID
, APPLICATION_ID
, RESPONSIBILITY_ID
FROM AR.AR_DOCUMENT_TRANSFERS;
AR.AR_DOCUMENT_TRANSFERS does not reference any database object
AR.AR_DOCUMENT_TRANSFERS is referenced by following:
|
|
|