Search Results xtr_source_of_imports
Overview
The XTR_SOURCE_OF_IMPORTS table is a core data repository within the Oracle E-Business Suite Treasury (XTR) module, specifically for versions 12.1.1 and 12.2.2. Its primary function is to store and manage configuration details for external data sources used in the reconciliation process. This table acts as a master reference, defining the origin and characteristics of financial data imports, such as bank statements or transaction files, before they are processed and reconciled against internal treasury records. By maintaining this metadata, the table ensures that imported data is correctly mapped, validated, and associated with the appropriate internal bank accounts and legal entities, which is critical for accurate cash positioning and treasury operations.
Key Information Stored
The table's structure is designed to define the source system and its linkage to internal EBS entities. While a full column list is not provided in the metadata, the documented foreign keys reveal its critical data points. The primary key is the SOURCE column, uniquely identifying each import source. Essential relational data includes ACCOUNT_NUMBER and COMPANY_CODE, linking to the XTR_BANK_ACCOUNTS table to identify the specific treasury account. The CURRENCY column is validated against XTR_MASTER_CURRENCIES. A key integration point is the BANK_ACCT_USE_ID, which forms a foreign key relationship with CE_BANK_ACCT_USES_ALL, connecting the treasury source definition to the underlying Cash Management bank account use, thereby bridging XTR and CE (Cash Management) modules.
Common Use Cases and Queries
This table is central to configuring and troubleshooting the automated bank statement reconciliation flow. A common operational query involves listing all configured import sources for a specific bank account to verify setup before a data load. For example:
SELECT source, currency, bank_acct_use_id FROM xtr_source_of_imports WHERE account_number = '&ACCT_NUM' AND company_code = '&CO_CODE';
Another frequent use case is diagnostic reporting to identify sources that may have missing or invalid linkages, which can cause import failures. Administrators might run a query to find sources without a valid BANK_ACCT_USE_ID or where the referenced currency is inactive. The table is also directly referenced during the import process itself, where the interface logic uses the SOURCE identifier to apply the correct formatting and validation rules defined for that data feed.
Related Objects
The XTR_SOURCE_OF_IMPORTS table sits at the center of a key integration hub. Its primary foreign key relationships are:
- XTR_BANK_ACCOUNTS: Validates the treasury account (ACCOUNT_NUMBER, COMPANY_CODE).
- XTR_MASTER_CURRENCIES: Validates the CURRENCY of the imported data.
- CE_BANK_ACCT_USES_ALL: A critical cross-module link to the Cash Management bank account definition.
-
Table: XTR_SOURCE_OF_IMPORTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS, object_name:XTR_SOURCE_OF_IMPORTS, status:VALID, product: XTR - Treasury , description: Import source information used for reconciliation , implementation_dba_data: XTR.XTR_SOURCE_OF_IMPORTS ,
-
Table: XTR_SOURCE_OF_IMPORTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS, object_name:XTR_SOURCE_OF_IMPORTS, status:VALID, product: XTR - Treasury , description: Import source information used for reconciliation , implementation_dba_data: XTR.XTR_SOURCE_OF_IMPORTS ,
-
SYNONYM: APPS.XTR_SOURCE_OF_IMPORTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_SOURCE_OF_IMPORTS, status:VALID,
-
VIEW: APPS.XTR_SOURCE_OF_IMPORTS_V
12.2.2
-
VIEW: XTR.XTR_SOURCE_OF_IMPORTS#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_SOURCE_OF_IMPORTS#, status:VALID,
-
SYNONYM: APPS.XTR_SOURCE_OF_IMPORTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_SOURCE_OF_IMPORTS, status:VALID,
-
VIEW: APPS.XTR_SOURCE_OF_IMPORTS_V
12.1.1
-
VIEW: XTR.XTR_SOURCE_OF_IMPORTS#
12.2.2
-
TABLE: XTR.XTR_SOURCE_OF_IMPORTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS, object_name:XTR_SOURCE_OF_IMPORTS, status:VALID,
-
TABLE: XTR.XTR_SOURCE_OF_IMPORTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS, object_name:XTR_SOURCE_OF_IMPORTS, status:VALID,
-
Table: XTR_EXT_IMPORT_INTERFACE
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXT_IMPORT_INTERFACE, object_name:XTR_EXT_IMPORT_INTERFACE, status:VALID, product: XTR - Treasury , description: The XTR_EXT_IMPORT_INTERFACE table contains information about bank statements that will be transferred into Oracle Treasury for reconciliation , implementation_dba_data: XTR.XTR_EXT_IMPORT_INTERFACE ,
-
Table: XTR_EXT_IMPORT_INTERFACE
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXT_IMPORT_INTERFACE, object_name:XTR_EXT_IMPORT_INTERFACE, status:VALID, product: XTR - Treasury , description: The XTR_EXT_IMPORT_INTERFACE table contains information about bank statements that will be transferred into Oracle Treasury for reconciliation , implementation_dba_data: XTR.XTR_EXT_IMPORT_INTERFACE ,
-
View: XTR_SOURCE_OF_IMPORTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS_V, object_name:XTR_SOURCE_OF_IMPORTS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_SOURCE_OF_IMPORTS_V ,
-
View: XTR_SOURCE_OF_IMPORTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS_V, object_name:XTR_SOURCE_OF_IMPORTS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_SOURCE_OF_IMPORTS_V ,
-
Table: XTR_MASTER_CURRENCIES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_MASTER_CURRENCIES, object_name:XTR_MASTER_CURRENCIES, status:VALID, product: XTR - Treasury , description: Currency information including its net maximum exposure, quotation basis, and year basis , implementation_dba_data: XTR.XTR_MASTER_CURRENCIES ,
-
Table: XTR_BANK_ACCOUNTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BANK_ACCOUNTS, object_name:XTR_BANK_ACCOUNTS, status:VALID, product: XTR - Treasury , description: Bank account information , implementation_dba_data: XTR.XTR_BANK_ACCOUNTS ,
-
Table: XTR_MASTER_CURRENCIES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_MASTER_CURRENCIES, object_name:XTR_MASTER_CURRENCIES, status:VALID, product: XTR - Treasury , description: Currency information including its net maximum exposure, quotation basis, and year basis , implementation_dba_data: XTR.XTR_MASTER_CURRENCIES ,
-
Table: XTR_BANK_ACCOUNTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BANK_ACCOUNTS, object_name:XTR_BANK_ACCOUNTS, status:VALID, product: XTR - Treasury , description: Bank account information , implementation_dba_data: XTR.XTR_BANK_ACCOUNTS ,
-
VIEW: APPS.XTR_SOURCE_OF_IMPORTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS_V, object_name:XTR_SOURCE_OF_IMPORTS_V, status:VALID,
-
VIEW: APPS.XTR_SOURCE_OF_IMPORTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS_V, object_name:XTR_SOURCE_OF_IMPORTS_V, status:VALID,
-
Table: CE_BANK_ACCT_USES_ALL
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_USES_ALL, object_name:CE_BANK_ACCT_USES_ALL, status:VALID, product: CE - Cash Management , description: This table stores information about your bank account uses. , implementation_dba_data: CE.CE_BANK_ACCT_USES_ALL ,
-
Table: CE_BANK_ACCT_USES_ALL
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_USES_ALL, object_name:CE_BANK_ACCT_USES_ALL, status:VALID, product: CE - Cash Management , description: This table stores information about your bank account uses. , implementation_dba_data: CE.CE_BANK_ACCT_USES_ALL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
eTRM - XTR Tables and Views
12.2.2
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.2.2
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1