Search Results xtr_a_journals
Overview
XTR_A_JOURNALS is a Treasury (XTR) module table in the Oracle E-Business Suite, owner schema XTR, and is documented as VALID in both Oracle EBS 12.1.1 and 12.2.2. The ETRM metadata records that the object was "Created from Entity XTR JOURNALS by ORACLE on 11-MAY-94," indicating that it is one of the earliest core Treasury entities and has remained structurally stable across releases. It stores the accounting journal lines generated by the Treasury subsystem — foreign exchange deals, cash management transactions, and investment instruments — and serves as the staging and audit bridge between Treasury transaction activity and the Oracle General Ledger. The table is physically documented with 30 columns in the 12.2.2 schema.
Under a heuristic Data Vault classification mined from the foreign-key structure, XTR_A_JOURNALS is best modeled as a link. It resolves relationships between a General Ledger accounting flexfield (GL_CODE_COMBINATIONS) and a ledger definition (GL_SETS_OF_BOOKS_11I), while carrying descriptive attributes such as deal, portfolio, and currency context. The classification is a modeling suggestion, not an Oracle-imposed constraint.
Key Information Stored
The table does not expose a single documented surrogate primary key in the supplied metadata; it is a line-level detail table whose rows are naturally identified by the combination of DEAL_NUMBER, TRANSACTION_NUMBER, SETTLEMENT_NUMBER, and SET_OF_BOOKS_ID — these composite business-key candidates are the practical unique identifier in most customer implementations.
- CODE_COMBINATION_ID — foreign key to
GL_CODE_COMBINATIONS; the accounting flexfield used to book the journal line. - SET_OF_BOOKS_ID — foreign key to
GL_SETS_OF_BOOKS_11I; identifies the target ledger. - DEBIT_AMOUNT / CREDIT_AMOUNT — entered (transaction-currency) debit and credit amounts.
- ACCOUNTED_DR / ACCOUNTED_CR — ledger-currency accounted amounts after translation.
- CURRENCY — transaction currency of the journal line.
- DEAL_NUMBER, DEAL_TYPE, DEAL_SUBTYPE — the underlying Treasury deal identity and classification.
- TRANSACTION_NUMBER and SETTLEMENT_NUMBER — transaction and settlement references linking the line back to Treasury execution detail.
- PORTFOLIO_CODE, PRODUCT_TYPE, COMPANY_CODE — organizational and instrument context used in Treasury reporting.
- JOURNAL_DATE — accounting date assigned to the journal line.
- GL_TRANSFER_DATE and TRANSFER_TO_EXTERNAL_GL — timestamp and flag governing transfer to General Ledger.
- GL_SL_LINK_ID — subledger link identifier used to correlate Treasury journals with GL subledger accounting entries.
- JNL_REVERSAL_IND, CANCELLED_IN_GL, SUSPENSE_GL — reversal, cancellation, and suspense handling indicators.
- AUDIT_INDICATOR, AUDIT_DATE_STORED, CREATED_BY, CREATED_ON, UPDATED_BY, UPDATED_ON — audit and concurrency control columns.
Common Use Cases and Queries
The principal use is reconciliation between Treasury journals and posted GL entries. Analysts query by deal or settlement to trace how a transaction was accounted.
SELECT j.DEAL_NUMBER, j.TRANSACTION_NUMBER, j.JOURNAL_DATE,
j.DEBIT_AMOUNT, j.CREDIT_AMOUNT, j.ACCOUNTED_DR, j.ACCOUNTED_CR,
j.CURRENCY, gcc.CONCATENATED_SEGMENTS
FROM XTR.XTR_A_JOURNALS j,
GL.GL_CODE_COMBINATIONS_KFV gcc
WHERE j.CODE_COMBINATION_ID = gcc.CODE_COMBINATION_ID
AND j.DEAL_NUMBER = :deal_number;
Auditors identify lines pending transfer to the ledger using TRANSFER_TO_EXTERNAL_GL and GL_TRANSFER_DATE. Reversal and cancellation analysis uses JNL_REVERSAL_IND and CANCELLED_IN_GL. Portfolio and product-level reporting aggregates ACCOUNTED_DR and ACCOUNTED_CR by PORTFOLIO_CODE, PRODUCT_TYPE, and COMPANY_CODE within a selected SET_OF_BOOKS_ID.
Related Objects
- GL_CODE_COMBINATIONS — joined on
XTR_A_JOURNALS.CODE_COMBINATION_ID = GL_CODE_COMBINATIONS.CODE_COMBINATION_ID. - GL_SETS_OF_BOOKS_11I — joined on
XTR_A_JOURNALS.SET_OF_BOOKS_ID = GL_SETS_OF_BOOKS_11I.SET_OF_BOOKS_ID. - GL_JE_HEADERS / GL_JE_LINES — the General Ledger journal tables receiving transferred Treasury entries.
- XTR_DEALS / XTR_DEAL_* entities — the deal-level Treasury parents supplying
DEAL_NUMBERcontext. - XTR_SETTLEMENTS — the settlement source referenced by
SETTLEMENT_NUMBER.
Together these objects support the Treasury-to-GL accounting flow that XTR_A_JOURNALS records.
-
Table: XTR_A_JOURNALS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_A_JOURNALS, object_name:XTR_A_JOURNALS, status:VALID, product: XTR - Treasury , description: Created from Entity XTR JOURNALS by ORACLE on 11-MAY-94 , implementation_dba_data: XTR.XTR_A_JOURNALS ,
-
Table: XTR_A_JOURNALS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_A_JOURNALS, object_name:XTR_A_JOURNALS, status:VALID, product: XTR - Treasury , description: Created from Entity XTR JOURNALS by ORACLE on 11-MAY-94 , implementation_dba_data: XTR.XTR_A_JOURNALS ,
-
SYNONYM: APPS.XTR_A_JOURNALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_A_JOURNALS, status:VALID,
-
VIEW: APPS.XTR_A_JOURNALS_V
12.2.2
-
SYNONYM: APPS.XTR_A_JOURNALS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_A_JOURNALS, status:VALID,
-
VIEW: XTR.XTR_A_JOURNALS#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_A_JOURNALS#, status:VALID,
-
VIEW: APPS.XTR_A_JOURNALS_V
12.1.1
-
VIEW: XTR.XTR_A_JOURNALS#
12.2.2
-
TABLE: XTR.XTR_A_JOURNALS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_A_JOURNALS, object_name:XTR_A_JOURNALS, status:VALID,
-
TRIGGER: APPS.XTR_AU_JOURNALS_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_JOURNALS_T, status:VALID,
-
View: XTR_A_JOURNALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_A_JOURNALS_V, object_name:XTR_A_JOURNALS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_A_JOURNALS_V ,
-
TRIGGER: APPS.XTR_AU_JOURNALS_T
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_JOURNALS_T, status:VALID,
-
TABLE: XTR.XTR_A_JOURNALS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_A_JOURNALS, object_name:XTR_A_JOURNALS, status:VALID,
-
View: XTR_A_JOURNALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_A_JOURNALS_V, object_name:XTR_A_JOURNALS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_A_JOURNALS_V ,
-
VIEW: APPS.XTR_A_JOURNALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_A_JOURNALS_V, object_name:XTR_A_JOURNALS_V, status:VALID,
-
TRIGGER: APPS.XTR_AU_JOURNALS_T
12.2.2
-
TRIGGER: APPS.XTR_AU_JOURNALS_T
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.XTR_A_JOURNALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_A_JOURNALS_V, object_name:XTR_A_JOURNALS_V, status:VALID,
-
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.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: GL_SETS_OF_BOOKS_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
Table: GL_SETS_OF_BOOKS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
Table: GL_CODE_COMBINATIONS
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
Table: GL_CODE_COMBINATIONS
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_CODE_COMBINATIONS, object_name:GL_CODE_COMBINATIONS, status:VALID, product: GL - General Ledger , description: Account combinations , implementation_dba_data: GL.GL_CODE_COMBINATIONS ,
-
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
-
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.1.1 DBA Data
12.1.1