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 ,
-
APPS.XTR_FPS3_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_LIMITS_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_MARKET_DATA_INTERFACE_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_FPS3_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_MISC_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_FPS1_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_XTRSESTA_XMLP_PKG dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_MISC_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_EXP_SUMM_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_FPS2_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_FPS1_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_XTRSESTA_XMLP_PKG dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_ACCRUAL_PROCESS_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_ACCRUAL_PROCESS_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_MARKET_DATA_INTERFACE_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_LIMITS_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_IAC_TRANSFERS_PKG dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_IAC_TRANSFERS_PKG dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_MAINTAIN_DDA_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_MAINTAIN_DDA_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_EXP_SUMM_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_COF_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
APPS.XTR_FPS2_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_COF_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
APPS.XTR_FPS2_P dependencies on GL_SETS_OF_BOOKS
12.2.2
-
APPS.XTR_FPS2_P dependencies on GL_SETS_OF_BOOKS
12.1.1
-
APPS.XTR_LIMITS_P dependencies on XTR_SETTLEMENTS_V
12.2.2
-
VIEW: XTR.XTR_MASTER_CURRENCIES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_MASTER_CURRENCIES#, status:VALID,
-
APPS.XTR_LIMITS_P dependencies on XTR_SETTLEMENTS_V
12.1.1
-
TRIGGER: APPS.XTR_MASTER_CURRENCIES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_MASTER_CURRENCIES+, status:VALID,
-
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_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 ,
-
APPS.XTR_FPS2_P dependencies on GL_LEDGER_LE_V
12.1.1
-
TRIGGER: APPS.XTR_AI_MIRROR_DDA_LIMIT_ROW_T
12.2.2
-
TRIGGER: APPS.XTR_AI_MIRROR_DDA_TMP_T
12.2.2
-
VIEW: APPS.XTR_MASTER_CURRENCIES_V
12.2.2
-
TRIGGER: APPS.XTR_MASTER_CURRENCIES+
12.2.2
-
APPS.XTR_MARKET_DATA_INTERFACE_P dependencies on XTR_SPOT_RATES
12.1.1
-
APPS.XTR_FPS2_P dependencies on XTR_PARTIES_V
12.1.1
-
TRIGGER: APPS.XTR_AI_MIRROR_DDA_LIMIT_ROW_T
12.1.1
-
VIEW: APPS.XTR_MASTER_CURRENCIES_V
12.1.1
-
VIEW: APPS.XTR_SETTLE_ROW_UTILISED_V
12.1.1
-
APPS.XTR_FPS2_P dependencies on GL_LEDGER_LE_V
12.2.2
-
TRIGGER: APPS.XTR_AI_MIRROR_DDA_TMP_T
12.1.1