Search Results xtr_hedge_policies
Overview
The XTR_HEDGE_POLICIES table is a core data object within the Oracle E-Business Suite Treasury (XTR) module, present in both releases 12.1.1 and 12.2.2. It serves as the master repository for hedge policy definitions, which are critical for compliance with Financial Accounting Standards (FAS) regulations. The table's primary role is to establish and enforce the permissible relationships between different transaction sources and hedge types within the treasury management system. By defining these policies, the table provides the foundational rules that govern how financial instruments can be designated for hedge accounting purposes, ensuring that treasury operations align with formal accounting standards and corporate risk management frameworks.
Key Information Stored
The table's central column is the HEDGE_POLICY_ID, which serves as the primary key and uniquely identifies each policy record. A critical foreign key column is SOURCE_TYPE_ID, which links the policy to a specific transaction source defined in the related XTR_SOURCE_TYPES table. While the provided metadata does not list all columns, the table's description indicates it stores data that maps these source types to allowable hedge types. This structure implies the presence of additional columns to define the specific hedge type (e.g., fair value hedge, cash flow hedge) and potentially other policy attributes like effective dates, status, and descriptive information that qualifies the usage rule.
Common Use Cases and Queries
A primary use case is the validation and configuration of hedge designations during transaction entry. Before a user can designate a deal as a hedging instrument, the system references this table to confirm the source type of the hedged item is permitted for the selected hedge type. Common reporting and audit queries involve listing all configured policies or identifying which hedge types are available for a particular business source. Sample SQL patterns include retrieving the policy details for a specific source or joining with the source types table for a comprehensive view.
- Retrieve all policies:
SELECT * FROM XTR.XTR_HEDGE_POLICIES ORDER BY HEDGE_POLICY_ID; - Join with source types for a descriptive list:
SELECT hp.HEDGE_POLICY_ID, st.SOURCE_TYPE_NAME FROM XTR_HEDGE_POLICIES hp, XTR_SOURCE_TYPES st WHERE hp.SOURCE_TYPE_ID = st.SOURCE_TYPE_ID;
Related Objects
The XTR_HEDGE_POLICIES table has documented dependencies within the XTR schema. Its integrity is maintained through a defined primary key constraint, XTR_HEDGE_POLICIES_PK, on the HEDGE_POLICY_ID column. The key relationship is a foreign key constraint where XTR_HEDGE_POLICIES.SOURCE_TYPE_ID references the XTR_SOURCE_TYPES table. This ensures that every hedge policy is associated with a valid and pre-defined transaction source type. This table is likely referenced by various application forms, reports, and program logic within the Treasury module that manage hedge accounting setup and transaction processing.
-
Table: XTR_HEDGE_POLICIES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_POLICIES, object_name:XTR_HEDGE_POLICIES, status:VALID, product: XTR - Treasury , description: This table stores stores hedge policies as per FAS regulations.The policies define which hedge types can be used by each source. , implementation_dba_data: XTR.XTR_HEDGE_POLICIES ,
-
Table: XTR_HEDGE_POLICIES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_POLICIES, object_name:XTR_HEDGE_POLICIES, status:VALID, product: XTR - Treasury , description: This table stores stores hedge policies as per FAS regulations.The policies define which hedge types can be used by each source. , implementation_dba_data: XTR.XTR_HEDGE_POLICIES ,
-
APPS.XTR_HEDGE_POLICIES_PKG dependencies on XTR_HEDGE_POLICIES
12.1.1
-
APPS.XTR_HEDGE_POLICIES_PKG dependencies on XTR_HEDGE_POLICIES
12.2.2
-
APPS.XTR_HEDGE_POLICIES_PKG SQL Statements
12.2.2
-
APPS.XTR_HEDGE_POLICIES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.XTR_HEDGE_POLICIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_HEDGE_POLICIES, status:VALID,
-
TRIGGER: APPS.XTR_HEDGE_POLICIES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_HEDGE_POLICIES+, status:VALID,
-
VIEW: XTR.XTR_HEDGE_POLICIES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_HEDGE_POLICIES#, status:VALID,
-
PACKAGE BODY: APPS.XTR_HEDGE_POLICIES_PKG
12.2.2
-
VIEW: XTR.XTR_HEDGE_POLICIES#
12.2.2
-
SYNONYM: APPS.XTR_HEDGE_POLICIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_HEDGE_POLICIES, status:VALID,
-
TRIGGER: APPS.XTR_HEDGE_POLICIES+
12.2.2
-
VIEW: APPS.XTR_HEDGE_POLICIES_V
12.2.2
-
VIEW: APPS.XTR_HEDGE_POLICIES_V
12.1.1
-
PACKAGE BODY: APPS.XTR_HEDGE_POLICIES_PKG
12.1.1
-
View: XTR_HEDGE_POLICIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_HEDGE_POLICIES_V, object_name:XTR_HEDGE_POLICIES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_HEDGE_POLICIES_V ,
-
View: XTR_HEDGE_POLICIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_HEDGE_POLICIES_V, object_name:XTR_HEDGE_POLICIES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_HEDGE_POLICIES_V ,
-
TABLE: XTR.XTR_HEDGE_POLICIES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_POLICIES, object_name:XTR_HEDGE_POLICIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.XTR_HEDGE_POLICIES=
12.2.2
-
FUNCTION: APPS.XTR_HEDGE_POLICIES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XTR_HEDGE_POLICIES=, status:VALID,
-
Table: XTR_SOURCE_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_TYPES, object_name:XTR_SOURCE_TYPES, status:VALID, product: XTR - Treasury , description: This table stores information related to the internal Oracle e-business applications to use for derivative and hedge accounting. , implementation_dba_data: XTR.XTR_SOURCE_TYPES ,
-
PACKAGE BODY: APPS.XTR_HEDGE_POLICIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_HEDGE_POLICIES_PKG, status:VALID,
-
TABLE: XTR.XTR_HEDGE_POLICIES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_POLICIES, object_name:XTR_HEDGE_POLICIES, status:VALID,
-
Table: XTR_SOURCE_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_TYPES, object_name:XTR_SOURCE_TYPES, status:VALID, product: XTR - Treasury , description: This table stores information related to the internal Oracle e-business applications to use for derivative and hedge accounting. , implementation_dba_data: XTR.XTR_SOURCE_TYPES ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XTR_HEDGE_POLICIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_HEDGE_POLICIES_PKG, status:VALID,
-
VIEW: APPS.XTR_HEDGE_POLICIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_HEDGE_POLICIES_V, object_name:XTR_HEDGE_POLICIES_V, status:VALID,
-
VIEW: APPS.XTR_HEDGE_POLICIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_HEDGE_POLICIES_V, object_name:XTR_HEDGE_POLICIES_V, status:VALID,
-
12.1.1 FND Design Data
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
-
12.2.2 DBA Data
12.2.2
-
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 FND Design Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
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 ,
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,
-
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