Search Results xtr_journal_entry_actions
Overview
The XTR_JOURNAL_ENTRY_ACTIONS table is a core configuration object within the Oracle E-Business Suite Treasury (XTR) module, present in both releases 12.1.1 and 12.2.2. It functions as a rule engine that defines the accounting logic for treasury transactions. Specifically, it stores the journal entry structure information that the Treasury application uses to automatically create accounting entries (journals) in the General Ledger (GL). For each type of treasury deal, amount, and date, this table dictates the corresponding accounting action, such as debiting or crediting a specific natural account. It is a critical link between operational treasury events and the financial accounting system, ensuring accurate and automated financial posting.
Key Information Stored
The table's structure centers on mapping treasury transaction attributes to GL accounting components. While the full column list is not detailed in the provided metadata, the foreign key relationships reveal its critical columns. The table likely contains columns such as DEAL_TYPE, AMOUNT_TYPE, and DATE_TYPE to categorize the treasury transaction. The ACTION_CODE column defines the accounting action to be performed. A pivotal column is CODE_COMBINATION_ID, which stores the foreign key to GL_CODE_COMBINATIONS, thereby specifying the exact GL account to be used. This setup allows a single treasury event to generate multiple, precise journal lines by looking up different combinations of deal type, amount type, and date type.
Common Use Cases and Queries
The primary use case is the automated generation of accounting entries during treasury transaction processing, such as settlement for a foreign exchange deal or accrual for a money market deposit. Treasury consultants and implementers frequently query this table to audit or configure the accounting rules. A common reporting need is to list all accounting mappings for a specific deal type. A sample query pattern would be:
- SELECT j.deal_type, j.amount_type, j.date_type, j.action_code, g.segment1, g.segment2 FROM xtr_journal_entry_actions j, gl_code_combinations g WHERE j.code_combination_id = g.code_combination_id AND j.deal_type = 'FXSPOT' ORDER BY amount_type, action_code;
This helps verify that the correct accounts are assigned. Troubleshooting erroneous journal generation also involves analyzing records in this table to ensure the CODE_COMBINATION_ID points to a valid and active account combination.
Related Objects
As indicated by its foreign keys, XTR_JOURNAL_ENTRY_ACTIONS is centrally connected to several key Treasury and General Ledger tables. Its primary dependency is on GL_CODE_COMBINATIONS (GL), which supplies the valid accounting flexfield combinations. It references the XTR_AMOUNT_TYPES and XTR_DATE_TYPES tables to validate the transaction attributes used in the mapping rules. Furthermore, it references XTR_AMOUNT_ACTIONS, which likely provides a descriptive list of valid ACTION_CODE values (e.g., 'DR', 'CR', 'DR_ACCRUAL'). This table is a parent to transaction processing logic within the XTR module, and its rules are invoked by various treasury posting and settlement programs.
-
Table: XTR_JOURNAL_ENTRY_ACTIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_JOURNAL_ENTRY_ACTIONS, object_name:XTR_JOURNAL_ENTRY_ACTIONS, status:VALID, product: XTR - Treasury , description: Journal structure information that Treasury uses to create journals , implementation_dba_data: XTR.XTR_JOURNAL_ENTRY_ACTIONS ,
-
Table: XTR_JOURNAL_ENTRY_ACTIONS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_JOURNAL_ENTRY_ACTIONS, object_name:XTR_JOURNAL_ENTRY_ACTIONS, status:VALID, product: XTR - Treasury , description: Journal structure information that Treasury uses to create journals , implementation_dba_data: XTR.XTR_JOURNAL_ENTRY_ACTIONS ,
-
Table: XTR_AMOUNT_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_AMOUNT_TYPES, object_name:XTR_AMOUNT_TYPES, status:VALID, product: XTR - Treasury , description: Amount type information , implementation_dba_data: XTR.XTR_AMOUNT_TYPES ,
-
View: XTR_JOURNAL_COMBINATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_JOURNAL_COMBINATIONS_V, object_name:XTR_JOURNAL_COMBINATIONS_V, status:VALID, product: XTR - Treasury , description: All journal entry actions, deal type, and deal subtype combinations , implementation_dba_data: APPS.XTR_JOURNAL_COMBINATIONS_V ,
-
View: XTR_JOURNAL_ENTRY_ACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_JOURNAL_ENTRY_ACTIONS_V, object_name:XTR_JOURNAL_ENTRY_ACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_JOURNAL_ENTRY_ACTIONS_V ,
-
Table: XTR_AMOUNT_ACTIONS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_AMOUNT_ACTIONS, object_name:XTR_AMOUNT_ACTIONS, status:VALID, product: XTR - Treasury , description: Amount action information , implementation_dba_data: XTR.XTR_AMOUNT_ACTIONS ,
-
Table: XTR_DATE_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DATE_TYPES, object_name:XTR_DATE_TYPES, status:VALID, product: XTR - Treasury , description: Date types information , implementation_dba_data: XTR.XTR_DATE_TYPES ,
-
Table: XTR_DATE_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DATE_TYPES, object_name:XTR_DATE_TYPES, status:VALID, product: XTR - Treasury , description: Date types information , implementation_dba_data: XTR.XTR_DATE_TYPES ,
-
Table: XTR_AMOUNT_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_AMOUNT_TYPES, object_name:XTR_AMOUNT_TYPES, status:VALID, product: XTR - Treasury , description: Amount type information , implementation_dba_data: XTR.XTR_AMOUNT_TYPES ,
-
Table: XTR_AMOUNT_ACTIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_AMOUNT_ACTIONS, object_name:XTR_AMOUNT_ACTIONS, status:VALID, product: XTR - Treasury , description: Amount action information , implementation_dba_data: XTR.XTR_AMOUNT_ACTIONS ,
-
View: XTR_JOURNAL_COMBINATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_JOURNAL_COMBINATIONS_V, object_name:XTR_JOURNAL_COMBINATIONS_V, status:VALID, product: XTR - Treasury , description: All journal entry actions, deal type, and deal subtype combinations , implementation_dba_data: APPS.XTR_JOURNAL_COMBINATIONS_V ,
-
View: XTR_JOURNAL_ENTRY_ACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_JOURNAL_ENTRY_ACTIONS_V, object_name:XTR_JOURNAL_ENTRY_ACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_JOURNAL_ENTRY_ACTIONS_V ,