Search Results xtr_exposure_types
Overview
The XTR_EXPOSURE_TYPES table is a core master data table within the Oracle Treasury (XTR) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as a configuration and control table that defines the various categories or classifications of financial exposure a company manages. An exposure type represents a specific kind of financial risk, such as interest rate risk, foreign exchange risk, or commodity price risk. This table is fundamental to the treasury system's ability to categorize, track, and report on financial transactions and their associated risk profiles. By maintaining a centralized definition of exposure types, it ensures consistency in risk measurement and accounting treatment across all treasury operations.
Key Information Stored
The table's structure, as defined by its primary and unique keys, stores critical configuration data. The primary identifier is a composite of COMPANY_CODE and EXPOSURE_TYPE, allowing for the definition of exposure types specific to each legal entity within the enterprise. A further unique constraint incorporates TAX_BROKERAGE_TYPE, indicating that the table can differentiate exposure types based on tax or brokerage classifications. A significant foreign key relationship exists via the CODE_COMBINATION_ID column, which links each exposure type to a specific General Ledger (GL) account combination in the GL_CODE_COMBINATIONS table. This link is essential for automating the accounting entries for transactions tagged with a given exposure type, ensuring proper financial posting.
Common Use Cases and Queries
The primary use case is the setup and maintenance of treasury risk categories during implementation. Treasury administrators query this table to review or audit the mapping of exposure types to their corresponding GL accounts. A common reporting requirement is to list all configured exposure types for a company to ensure completeness. For example:
SELECT exposure_type, tax_brokerage_type, code_combination_id FROM xtr_exposure_types WHERE company_code = :p_company ORDER BY 1;
Another critical use is in transactional integrity and reporting. When processing a treasury transaction in XTR_EXPOSURE_TRANSACTIONS, the system validates the provided exposure type against this master table. Analytical queries often join this table to transaction tables to summarize exposures by type, facilitating risk reports that aggregate financial data by the defined risk categories.
Related Objects
The XTR_EXPOSURE_TYPES table has integral relationships with several other key treasury objects, as indicated by its foreign keys. Its most important relationship is with the GL_CODE_COMBINATIONS table, which supplies the accounting flexfield structure for financial posting. It is directly referenced by the XTR_EXPOSURE_TRANSACTIONS table, which stores the individual transaction details that are categorized using the codes defined in XTR_EXPOSURE_TYPES. The foreign key from the transactions table uses the composite key (COMPANY_CODE, EXPOSURE_TYPE) and, in another constraint, also includes TAX_BROKERAGE_TYPE, enforcing strict referential integrity. This design ensures that every exposure transaction recorded in the system corresponds to a valid, pre-defined exposure type configuration.
-
Table: XTR_EXPOSURE_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TYPES, object_name:XTR_EXPOSURE_TYPES, status:VALID, product: XTR - Treasury , description: Exposure type information , implementation_dba_data: XTR.XTR_EXPOSURE_TYPES ,
-
Table: XTR_EXPOSURE_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TYPES, object_name:XTR_EXPOSURE_TYPES, status:VALID, product: XTR - Treasury , description: Exposure type information , implementation_dba_data: XTR.XTR_EXPOSURE_TYPES ,
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_EXPOSURE_TYPES
12.1.1
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_EXPOSURE_TYPES
12.2.2
-
Table: XTR_EXPOSURE_TRANSACTIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS, object_name:XTR_EXPOSURE_TRANSACTIONS, status:VALID, product: XTR - Treasury , description: Exposure transactions used for gap analysis of all Treasury cash flows , implementation_dba_data: XTR.XTR_EXPOSURE_TRANSACTIONS ,
-
VIEW: APPS.XTR_EXPOSURE_TYPES_V
12.2.2
-
VIEW: XTR.XTR_EXPOSURE_TYPES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_EXPOSURE_TYPES#, status:VALID,
-
SYNONYM: APPS.XTR_EXPOSURE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_EXPOSURE_TYPES, status:VALID,
-
SYNONYM: APPS.XTR_EXPOSURE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_EXPOSURE_TYPES, status:VALID,
-
Table: XTR_EXPOSURE_TRANSACTIONS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS, object_name:XTR_EXPOSURE_TRANSACTIONS, status:VALID, product: XTR - Treasury , description: Exposure transactions used for gap analysis of all Treasury cash flows , implementation_dba_data: XTR.XTR_EXPOSURE_TRANSACTIONS ,
-
VIEW: APPS.XTR_EXPOSURE_TYPES_V
12.1.1
-
VIEW: XTR.XTR_EXPOSURE_TYPES#
12.2.2
-
TABLE: XTR.XTR_EXPOSURE_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TYPES, object_name:XTR_EXPOSURE_TYPES, status:VALID,
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_DEAL_DATE_AMOUNTS_V
12.1.1
-
TABLE: XTR.XTR_EXPOSURE_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TYPES, object_name:XTR_EXPOSURE_TYPES, status:VALID,
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_EXPOSURE_TRANSACTIONS
12.2.2
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_EXPOSURE_TRANSACTIONS
12.1.1
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_DEAL_DATE_AMOUNTS_V
12.2.2
-
View: XTR_EXPOSURE_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_EXPOSURE_TYPES_V, object_name:XTR_EXPOSURE_TYPES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_EXPOSURE_TYPES_V ,
-
View: XTR_EXPOSURE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_EXPOSURE_TYPES_V, object_name:XTR_EXPOSURE_TYPES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_EXPOSURE_TYPES_V ,
-
TRIGGER: APPS.XTR_AU_EXPOSURE_TYPES_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_EXPOSURE_TYPES_T, status:VALID,
-
TRIGGER: APPS.XTR_AU_EXPOSURE_TYPES_T
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_EXPOSURE_TYPES_T, status:VALID,
-
PACKAGE BODY: APPS.XTR_JOURNAL_PROCESS_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_JOURNAL_PROCESS_P, status:VALID,
-
TRIGGER: APPS.XTR_AU_EXPOSURE_TYPES_T
12.1.1
-
PACKAGE BODY: APPS.XTR_JOURNAL_PROCESS_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_JOURNAL_PROCESS_P, status:VALID,
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_BANK_ACCOUNTS
12.2.2
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_BANK_ACCOUNTS
12.1.1
-
TRIGGER: APPS.XTR_AU_EXPOSURE_TYPES_T
12.2.2
-
VIEW: APPS.XTR_EXPOSURE_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_EXPOSURE_TYPES_V, object_name:XTR_EXPOSURE_TYPES_V, status:VALID,
-
VIEW: APPS.XTR_EXPOSURE_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_EXPOSURE_TYPES_V, object_name:XTR_EXPOSURE_TYPES_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.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on DUAL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_DEAL_DATE_AMOUNTS
12.2.2
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on XTR_DEAL_DATE_AMOUNTS
12.1.1
-
APPS.XTR_JOURNAL_PROCESS_P dependencies on DUAL
12.2.2
-
TABLE: XTR.XTR_EXPOSURE_TRANSACTIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS, object_name:XTR_EXPOSURE_TRANSACTIONS, status:VALID,
-
TABLE: XTR.XTR_EXPOSURE_TRANSACTIONS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_EXPOSURE_TRANSACTIONS, object_name:XTR_EXPOSURE_TRANSACTIONS, status:VALID,
-
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 ,
-
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 ,
-
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 ,