[Home] [Help]
[Dependency Information]
Object Name: | XTR_IMPORT_TRAILER_DETAILS |
---|---|
Object Type: | TABLE |
Owner: | XTR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
XTR_IMPORT_TRAILER_DETAILS contains summary information of successful transfers from the XTR_EXT_IMPORT_INTERFACE table to the XTR_PAY_REC_RECONCILIATION table. Each row corresponds to a successfully transferred statement. This summary information
includes the account number, statement, or creation, date, currency, import source, and import reference number. Each statement line transferred has its information and its import reference number inserted into the XTR_PAY_REC_RECONCILIATION table. The import reference number allows you to trace the statement line in the XTR_PAY_REC_RECONCILIATION table back to the statement transfer in this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XTR_IMPORT_TRAILER_DETAILS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
XTR_IMPORT_TRAILER_DETAILS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACCOUNT_NUMBER | VARCHAR2 | (20) | Alpha-numeric reference to financial accounts of Treasury parties | |
AMOUNT | NUMBER | Not currently used | ||
CREATION_DATE | DATE | Yes | Date the transfer is made | |
CREDIT_AMOUNT | NUMBER | Not currently used | ||
CURRENCY | VARCHAR2 | (15) | Currency code | |
DEBIT_AMOUNT | NUMBER | Not currently used | ||
IMPORT_REFERENCE | NUMBER | Yes | Unique reference for the statement transfer | |
NUMBER_OF_TRANSACTIONS | NUMBER | Not currently used | ||
SOURCE | VARCHAR2 | (20) | Yes | Reconciliation import source |
VALUE_DATE | DATE | Not currently used | ||
BANK_ACCT_USE_ID | NUMBER | (15) | ID reference to financial accounts of Treasury |
Cut, paste (and edit) the following text to query this object:
SELECT ACCOUNT_NUMBER
, AMOUNT
, CREATION_DATE
, CREDIT_AMOUNT
, CURRENCY
, DEBIT_AMOUNT
, IMPORT_REFERENCE
, NUMBER_OF_TRANSACTIONS
, SOURCE
, VALUE_DATE
, BANK_ACCT_USE_ID
FROM XTR.XTR_IMPORT_TRAILER_DETAILS;
XTR.XTR_IMPORT_TRAILER_DETAILS does not reference any database object
XTR.XTR_IMPORT_TRAILER_DETAILS is referenced by following:
|
|
|