Search Results xtr_hedge_retro_tests
Overview
The XTR_HEDGE_RETRO_TESTS table is a core data object within the Oracle E-Business Suite (EBS) Treasury (XTR) module, specifically for releases 12.1.1 and 12.2.2. Its primary function is to store detailed results from retrospective effectiveness tests conducted for designated hedging relationships. Under accounting standards such as IAS 39 and IFRS 9, entities must periodically assess and document the historical effectiveness of their hedges to qualify for hedge accounting. This table serves as the central repository for the quantitative and qualitative measurements generated by these mandatory tests, enabling compliance, auditability, and financial reporting for treasury operations.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the table's description and foreign key relationships define its critical data elements. Each record is uniquely identified by the HEDGE_RETRO_TEST_ID primary key. The table links to a specific hedging relationship via the HEDGE_ATTRIBUTE_ID foreign key, which references the XTR_HEDGE_ATTRIBUTES table. It associates the test with a legal entity or company through the COMPANY_CODE column, linked to XTR_PARTY_INFO. The BATCH_ID foreign key to XTR_BATCHES indicates that effectiveness testing is often a batch-processed activity. Typical data stored includes the test calculation date, the measurement period (e.g., start and end dates), the calculated effectiveness ratio (e.g., dollar-offset or regression method results), the cumulative change in fair value of the hedging instrument and the hedged item, and any necessary descriptive justifications for the test outcome.
Common Use Cases and Queries
The primary use case is generating reports for internal accounting, external auditors, and regulatory compliance to demonstrate that hedging relationships remain highly effective throughout their life. A common query involves retrieving all effectiveness tests for a specific hedge or portfolio within a given accounting period. For example, to analyze test results for a particular hedging program, one might execute a query joining XTR_HEDGE_RETRO_TESTS to XTR_HEDGE_ATTRIBUTES on HEDGE_ATTRIBUTE_ID and filtering by the hedge identifier and a test date range. Treasury analysts also run queries to identify hedges falling outside acceptable effectiveness thresholds, which may trigger de-designation or adjustment of the hedging strategy. The batch ID linkage allows for tracing the origin of test results for troubleshooting and process control.
Related Objects
The table maintains defined foreign key relationships with several other core XTR tables, establishing its place in the data model. The documented relationships are:
- XTR_PARTY_INFO: Joined via XTR_HEDGE_RETRO_TESTS.COMPANY_CODE to identify the legal entity for which the test was performed.
- XTR_HEDGE_ATTRIBUTES: Joined via XTR_HEDGE_RETRO_TESTS.HEDGE_ATTRIBUTE_ID. This is the most critical relationship, linking the test results to the specific hedging relationship's definition and terms.
- XTR_BATCHES: Joined via XTR_HEDGE_RETRO_TESTS.BATCH_ID, connecting the test record to the batch process that created it, which is essential for process auditing and reconciliation.
-
Table: XTR_HEDGE_RETRO_TESTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_RETRO_TESTS, object_name:XTR_HEDGE_RETRO_TESTS, status:VALID, product: XTR - Treasury , description: Stores hedge level retrospective effectiveness test and measurement details. , implementation_dba_data: XTR.XTR_HEDGE_RETRO_TESTS ,
-
Table: XTR_HEDGE_RETRO_TESTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_RETRO_TESTS, object_name:XTR_HEDGE_RETRO_TESTS, status:VALID, product: XTR - Treasury , description: Stores hedge level retrospective effectiveness test and measurement details. , implementation_dba_data: XTR.XTR_HEDGE_RETRO_TESTS ,
-
APPS.XTR_STREAMLINE_P dependencies on XTR_HEDGE_RETRO_TESTS
12.1.1
-
APPS.XTR_STREAMLINE_P dependencies on XTR_HEDGE_RETRO_TESTS
12.2.2
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_HEDGE_RETRO_TESTS
12.1.1
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_HEDGE_RETRO_TESTS
12.2.2
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_HEDGE_RETRO_TESTS_S
12.2.2
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_HEDGE_RETRO_TESTS_S
12.1.1
-
SYNONYM: APPS.XTR_HEDGE_RETRO_TESTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_HEDGE_RETRO_TESTS, status:VALID,
-
SYNONYM: APPS.XTR_HEDGE_RETRO_TESTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_HEDGE_RETRO_TESTS, status:VALID,
-
VIEW: XTR.XTR_HEDGE_RETRO_TESTS#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_HEDGE_RETRO_TESTS#, status:VALID,
-
APPS.XTR_HEDGE_PROCESS_P SQL Statements
12.1.1
-
VIEW: APPS.XTR_DISC_HEDGE_RETRO_TESTS_V
12.2.2
-
APPS.XTR_HEDGE_PROCESS_P dependencies on DUAL
12.1.1
-
APPS.XTR_HEDGE_PROCESS_P dependencies on DUAL
12.2.2
-
VIEW: APPS.XTR_DISC_HEDGE_RETRO_TESTS_V
12.1.1
-
APPS.XTR_HEDGE_PROCESS_P SQL Statements
12.2.2
-
VIEW: XTR.XTR_HEDGE_RETRO_TESTS#
12.2.2
-
Table: XTR_HEDGE_ATTRIBUTES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_ATTRIBUTES, object_name:XTR_HEDGE_ATTRIBUTES, status:VALID, product: XTR - Treasury , description: This table stores the start and end dates of the hedge, hedge status, and other information such as company, strategy and hedge type. , implementation_dba_data: XTR.XTR_HEDGE_ATTRIBUTES ,
-
Table: XTR_PARTY_INFO
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PARTY_INFO, object_name:XTR_PARTY_INFO, status:VALID, product: XTR - Treasury , description: Created from Entity XTR PARTY by ORACLE on 06-MAY-93 , implementation_dba_data: XTR.XTR_PARTY_INFO ,
-
Table: XTR_HEDGE_ATTRIBUTES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_ATTRIBUTES, object_name:XTR_HEDGE_ATTRIBUTES, status:VALID, product: XTR - Treasury , description: This table stores the start and end dates of the hedge, hedge status, and other information such as company, strategy and hedge type. , implementation_dba_data: XTR.XTR_HEDGE_ATTRIBUTES ,
-
Table: XTR_PARTY_INFO
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PARTY_INFO, object_name:XTR_PARTY_INFO, status:VALID, product: XTR - Treasury , description: Created from Entity XTR PARTY by ORACLE on 06-MAY-93 , implementation_dba_data: XTR.XTR_PARTY_INFO ,
-
Table: XTR_BATCHES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BATCHES, object_name:XTR_BATCHES, status:VALID, product: XTR - Treasury , description: This table stores the fundamental information for each batch process. , implementation_dba_data: XTR.XTR_BATCHES ,
-
Table: XTR_BATCHES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BATCHES, object_name:XTR_BATCHES, status:VALID, product: XTR - Treasury , description: This table stores the fundamental information for each batch process. , implementation_dba_data: XTR.XTR_BATCHES ,
-
TABLE: XTR.XTR_HEDGE_RETRO_TESTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_RETRO_TESTS, object_name:XTR_HEDGE_RETRO_TESTS, status:VALID,
-
TABLE: XTR.XTR_HEDGE_RETRO_TESTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_RETRO_TESTS, object_name:XTR_HEDGE_RETRO_TESTS, status:VALID,
-
PACKAGE BODY: APPS.XTR_STREAMLINE_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_STREAMLINE_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_HEDGE_PROCESS_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_HEDGE_PROCESS_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_STREAMLINE_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_STREAMLINE_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_HEDGE_PROCESS_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_HEDGE_PROCESS_P, status:VALID,
-
View: XTR_DISC_HEDGE_RETRO_TESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DISC_HEDGE_RETRO_TESTS_V, object_name:XTR_DISC_HEDGE_RETRO_TESTS_V, status:VALID, product: XTR - Treasury , description: View definition for the retrospective effectiveness test results and measurement details at the hedge level. , implementation_dba_data: APPS.XTR_DISC_HEDGE_RETRO_TESTS_V ,
-
View: XTR_DISC_HEDGE_RETRO_TESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DISC_HEDGE_RETRO_TESTS_V, object_name:XTR_DISC_HEDGE_RETRO_TESTS_V, status:VALID, product: XTR - Treasury , description: View definition for the retrospective effectiveness test results and measurement details at the hedge level. , implementation_dba_data: APPS.XTR_DISC_HEDGE_RETRO_TESTS_V ,
-
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.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.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.XTR_DISC_HEDGE_RETRO_TESTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DISC_HEDGE_RETRO_TESTS_V, object_name:XTR_DISC_HEDGE_RETRO_TESTS_V, status:VALID,
-
VIEW: APPS.XTR_DISC_HEDGE_RETRO_TESTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DISC_HEDGE_RETRO_TESTS_V, object_name:XTR_DISC_HEDGE_RETRO_TESTS_V, status:VALID,
-
PACKAGE BODY: APPS.XTR_HEDGE_PROCESS_P
12.2.2
-
PACKAGE BODY: APPS.XTR_HEDGE_PROCESS_P
12.1.1
-
APPS.XTR_STREAMLINE_P SQL Statements
12.2.2
-
APPS.XTR_STREAMLINE_P SQL Statements
12.1.1
-
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 ,