Search Results xtr_master_currencies
Overview
The XTR_MASTER_CURRENCIES table is a core master data table within the Oracle E-Business Suite Treasury (XTR) module, serving as the system of record for currency-specific treasury parameters. It extends the foundational currency information available in standard Oracle Applications (such as FND_CURRENCIES) by storing critical financial and operational attributes required for sophisticated treasury management. Its primary role is to define the rules and limits governing how each currency is handled across the suite of treasury transactions, risk calculations, and cash management operations, thereby centralizing control and ensuring consistency in global treasury activities.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the description confirms the table holds essential treasury configuration for each currency. Based on standard practice and the description, key stored information includes the CURRENCY code (the primary key), the NET_MAXIMUM_EXPOSURE limit for risk management, the QUOTATION_BASIS (e.g., direct or indirect), and the YEAR_BASIS (e.g., 360, 365, Actual) used for day count calculations in interest accruals. It likely also contains flags or fields controlling currency availability for trading, reporting, and settlement within the Treasury module.
Common Use Cases and Queries
This table is fundamental for treasury operations and reporting. Common use cases include validating currency parameters before deal entry, calculating exposure limits, and determining the correct day count convention for interest calculations. A typical reporting query might join this table with transaction data to analyze exposures against defined limits. For example, to list all currencies with their configured year basis and net maximum exposure, a query would be: SELECT currency, year_basis, net_maximum_exposure FROM xtr.xtr_master_currencies WHERE currency IS NOT NULL ORDER BY currency;. Another common pattern is to use this table as a filter or validation source in PL/SQL logic for treasury batch processes and settlement engines.
Related Objects
As indicated by the extensive foreign key relationships, XTR_MASTER_CURRENCIES is a central reference point for numerous transactional and setup tables within the XTR schema. Key dependent objects include:
- XTR_DEALS & XTR_ROLLOVER_TRANSACTIONS: Reference the currency of the financial deal or transaction.
- XTR_BANK_ACCOUNTS: References the currency of the treasury bank account.
- XTR_SPOT_RATES & XTR_RM_MD_CURVES: Reference the currency (and contra-currency) for market rates and yield curves.
- XTR_INTEREST_RATE_POLICY & XTR_INTEREST_RATE_BANDS: Reference the currency for interest rate settings.
- XTR_AUTH_CCY_COMBINATIONS: References the currency for defining authorized trading pairs.
- XTR_HOLIDAY_RULES & XTR_SOURCE_OF_IMPORTS: Reference the currency for holiday calendars and data import sources.
-
Table: XTR_MASTER_CURRENCIES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_MASTER_CURRENCIES, object_name:XTR_MASTER_CURRENCIES, status:VALID, product: XTR - Treasury , description: Currency information including its net maximum exposure, quotation basis, and year basis , implementation_dba_data: XTR.XTR_MASTER_CURRENCIES ,
-
Table: XTR_MASTER_CURRENCIES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_MASTER_CURRENCIES, object_name:XTR_MASTER_CURRENCIES, status:VALID, product: XTR - Treasury , description: Currency information including its net maximum exposure, quotation basis, and year basis , implementation_dba_data: XTR.XTR_MASTER_CURRENCIES ,
-
Table: XTR_AUTH_CCY_COMBINATIONS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_AUTH_CCY_COMBINATIONS, object_name:XTR_AUTH_CCY_COMBINATIONS, status:VALID, product: XTR - Treasury , description: Currency combination information including whether a combination is authorised for use , implementation_dba_data: XTR.XTR_AUTH_CCY_COMBINATIONS ,
-
Table: XTR_RM_MD_CURVES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_CURVES, object_name:XTR_RM_MD_CURVES, status:VALID, product: XTR - Treasury , description: Market data curve attributes , implementation_dba_data: XTR.XTR_RM_MD_CURVES ,
-
Table: XTR_RM_MD_CURVES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_RM_MD_CURVES, object_name:XTR_RM_MD_CURVES, status:VALID, product: XTR - Treasury , description: Market data curve attributes , implementation_dba_data: XTR.XTR_RM_MD_CURVES ,
-
Table: XTR_AUTH_CCY_COMBINATIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_AUTH_CCY_COMBINATIONS, object_name:XTR_AUTH_CCY_COMBINATIONS, status:VALID, product: XTR - Treasury , description: Currency combination information including whether a combination is authorised for use , implementation_dba_data: XTR.XTR_AUTH_CCY_COMBINATIONS ,
-
Table: XTR_INTEREST_RATE_BANDS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_INTEREST_RATE_BANDS, object_name:XTR_INTEREST_RATE_BANDS, status:VALID, product: XTR - Treasury , description: Interest rate band details for different interest rate policies , implementation_dba_data: XTR.XTR_INTEREST_RATE_BANDS ,
-
Table: XTR_INTEREST_RATE_BANDS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_INTEREST_RATE_BANDS, object_name:XTR_INTEREST_RATE_BANDS, status:VALID, product: XTR - Treasury , description: Interest rate band details for different interest rate policies , implementation_dba_data: XTR.XTR_INTEREST_RATE_BANDS ,
-
Table: XTR_HOLIDAY_RULES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HOLIDAY_RULES, object_name:XTR_HOLIDAY_RULES, status:VALID, product: XTR - Treasury , description: Holiday rules defined for different currencies , implementation_dba_data: XTR.XTR_HOLIDAY_RULES ,
-
Table: XTR_INTEREST_RATE_POLICY
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_INTEREST_RATE_POLICY, object_name:XTR_INTEREST_RATE_POLICY, status:VALID, product: XTR - Treasury , description: Interest rate policy for different currencies and investment categories , implementation_dba_data: XTR.XTR_INTEREST_RATE_POLICY ,
-
Table: XTR_INTEREST_RATE_POLICY
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_INTEREST_RATE_POLICY, object_name:XTR_INTEREST_RATE_POLICY, status:VALID, product: XTR - Treasury , description: Interest rate policy for different currencies and investment categories , implementation_dba_data: XTR.XTR_INTEREST_RATE_POLICY ,
-
Table: XTR_SOURCE_OF_IMPORTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS, object_name:XTR_SOURCE_OF_IMPORTS, status:VALID, product: XTR - Treasury , description: Import source information used for reconciliation , implementation_dba_data: XTR.XTR_SOURCE_OF_IMPORTS ,
-
Table: XTR_SOURCE_OF_IMPORTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_OF_IMPORTS, object_name:XTR_SOURCE_OF_IMPORTS, status:VALID, product: XTR - Treasury , description: Import source information used for reconciliation , implementation_dba_data: XTR.XTR_SOURCE_OF_IMPORTS ,
-
Table: XTR_SPOT_RATES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SPOT_RATES, object_name:XTR_SPOT_RATES, status:VALID, product: XTR - Treasury , description: History of foreign exchange rates , implementation_dba_data: XTR.XTR_SPOT_RATES ,
-
Table: XTR_SPOT_RATES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SPOT_RATES, object_name:XTR_SPOT_RATES, status:VALID, product: XTR - Treasury , description: History of foreign exchange rates , implementation_dba_data: XTR.XTR_SPOT_RATES ,
-
View: XTR_SETTLE_ROW_UTILISED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_SETTLE_ROW_UTILISED_V, object_name:XTR_SETTLE_ROW_UTILISED_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_SETTLE_ROW_UTILISED_V ,
-
Table: XTR_HOLIDAY_RULES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HOLIDAY_RULES, object_name:XTR_HOLIDAY_RULES, status:VALID, product: XTR - Treasury , description: Holiday rules defined for different currencies , implementation_dba_data: XTR.XTR_HOLIDAY_RULES ,
-
View: XTR_SETTLE_ROW_UTILISED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_SETTLE_ROW_UTILISED_V, object_name:XTR_SETTLE_ROW_UTILISED_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_SETTLE_ROW_UTILISED_V ,
-
Table: XTR_ROLLOVER_TRANSACTIONS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_ROLLOVER_TRANSACTIONS, object_name:XTR_ROLLOVER_TRANSACTIONS, status:VALID, product: XTR - Treasury , description: Information about transactions in bond, interest rate swap, negotiable instrument, short term money, retail term money, and wholesale term money deals , implementation_dba_data: XTR.XTR_ROLLOVER_TRANSACTIONS ,
-
View: XTR_MASTER_CURRENCIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_MASTER_CURRENCIES_V, object_name:XTR_MASTER_CURRENCIES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_MASTER_CURRENCIES_V ,
-
View: XTR_MASTER_CURRENCIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_MASTER_CURRENCIES_V, object_name:XTR_MASTER_CURRENCIES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_MASTER_CURRENCIES_V ,
-
Table: XTR_ROLLOVER_TRANSACTIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_ROLLOVER_TRANSACTIONS, object_name:XTR_ROLLOVER_TRANSACTIONS, status:VALID, product: XTR - Treasury , description: Information about transactions in bond, interest rate swap, negotiable instrument, short term money, retail term money, and wholesale term money deals , implementation_dba_data: XTR.XTR_ROLLOVER_TRANSACTIONS ,
-
Table: XTR_BANK_ACCOUNTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BANK_ACCOUNTS, object_name:XTR_BANK_ACCOUNTS, status:VALID, product: XTR - Treasury , description: Bank account information , implementation_dba_data: XTR.XTR_BANK_ACCOUNTS ,
-
Table: XTR_BANK_ACCOUNTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BANK_ACCOUNTS, object_name:XTR_BANK_ACCOUNTS, status:VALID, product: XTR - Treasury , description: Bank account information , implementation_dba_data: XTR.XTR_BANK_ACCOUNTS ,
-
Table: XTR_DEALS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEALS, object_name:XTR_DEALS, status:VALID, product: XTR - Treasury , description: Information for all financial instrument deals except exposure transactions , implementation_dba_data: XTR.XTR_DEALS ,
-
Table: XTR_DEALS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEALS, object_name:XTR_DEALS, status:VALID, product: XTR - Treasury , description: Information for all financial instrument deals except exposure transactions , implementation_dba_data: XTR.XTR_DEALS ,
-
View: XTR_LIMIT_OVERVIEW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_LIMIT_OVERVIEW_V, object_name:XTR_LIMIT_OVERVIEW_V, status:VALID, product: XTR - Treasury , description: XTR_LIMIT_OVERVIEW_V shows a subset of columns from counterparty, sovereign, global, currency, group and settlement limits. , implementation_dba_data: APPS.XTR_LIMIT_OVERVIEW_V ,
-
View: XTR_LIMIT_OVERVIEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_LIMIT_OVERVIEW_V, object_name:XTR_LIMIT_OVERVIEW_V, status:VALID, product: XTR - Treasury , description: XTR_LIMIT_OVERVIEW_V shows a subset of columns from counterparty, sovereign, global, currency, group and settlement limits. , implementation_dba_data: APPS.XTR_LIMIT_OVERVIEW_V ,