Search Results xtr_interest_rate_ranges
Overview
The XTR_INTEREST_RATE_RANGES table is a core data structure within the Oracle E-Business Suite Treasury (XTR) module, specifically in versions 12.1.1 and 12.2.2. It serves as the central repository for storing detailed interest rate information associated with bank accounts. Its primary role is to facilitate the management and calculation of interest for both external bank accounts and internal intercompany funding arrangements. By defining rate ranges or tiers, this table enables the application of different interest rates based on specified balance thresholds, supporting complex interest accrual and forecasting processes essential for corporate treasury operations.
Key Information Stored
The table stores configuration that links bank accounts to their applicable interest rates. Based on the provided metadata and standard XTR schema knowledge, critical columns include a foreign key to the bank account (such as BANK_ACCT_USE_ID linking to CE_BANK_ACCT_USES_ALL) and identifiers for the associated party and reference code (PARTY_CODE, REF_CODE) linking to XTR_BANK_ACCOUNTS. The table's core data would typically encompass columns for defining balance ranges (e.g., minimum and maximum balance thresholds), the corresponding interest rate for each range, the rate type (fixed or variable), and the basis for interest calculation. Effective and expiry dates are also standard to manage the lifecycle of rate agreements.
Common Use Cases and Queries
The primary use case is the automated accrual and forecasting of interest income or expense for treasury bank accounts. Treasury analysts use this data to generate cash flow forecasts and analyze the cost of funds. A common reporting query involves joining this table to bank account master tables to list all active rate schedules. For example:
- Retrieving all rate tiers for a specific bank account:
SELECT * FROM XTR_INTEREST_RATE_RANGES WHERE BANK_ACCT_USE_ID = <ID> ORDER BY effective_date, range_min_balance; - Forecasting interest for a given balance: A more complex query would join this table, apply the correct rate tier based on a projected balance, and calculate the periodic interest amount.
Data from this table is integral to the Treasury module's interest simulation and accrual batch processes.
Related Objects
As indicated by the foreign key metadata, XTR_INTEREST_RATE_RANGES has direct relationships with key treasury and cash management tables. The primary foreign key relationship is with CE_BANK_ACCT_USES_ALL, which is the Cash Management table storing bank account usage assignments. This link associates the interest rate schedule with a specific usage of a bank account within Oracle EBS. A second foreign key relationship exists with XTR_BANK_ACCOUNTS via the composite key of PARTY_CODE and REF_CODE, anchoring the rate data to the core Treasury bank account definition. Consequently, this table is a critical junction between the Cash Management infrastructure (CE) and the specialized Treasury (XTR) interest calculation engine.
-
Table: XTR_INTEREST_RATE_RANGES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_INTEREST_RATE_RANGES, object_name:XTR_INTEREST_RATE_RANGES, status:VALID, product: XTR - Treasury , description: Interest rate information for your bank accounts, including intercompany funding , implementation_dba_data: XTR.XTR_INTEREST_RATE_RANGES ,
-
Table: XTR_INTEREST_RATE_RANGES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_INTEREST_RATE_RANGES, object_name:XTR_INTEREST_RATE_RANGES, status:VALID, product: XTR - Treasury , description: Interest rate information for your bank accounts, including intercompany funding , implementation_dba_data: XTR.XTR_INTEREST_RATE_RANGES ,
-
APPS.XTR_MISC_P dependencies on XTR_INTEREST_RATE_RANGES
12.1.1
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on XTR_INTEREST_RATE_RANGES
12.1.1
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on XTR_INTEREST_RATE_RANGES
12.2.2
-
APPS.XTR_MISC_P dependencies on XTR_INTEREST_RATE_RANGES
12.2.2
-
VIEW: XTR.XTR_INTEREST_RATE_RANGES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_INTEREST_RATE_RANGES#, status:VALID,
-
SYNONYM: APPS.XTR_INTEREST_RATE_RANGES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_INTEREST_RATE_RANGES, status:VALID,
-
VIEW: APPS.XTR_INTEREST_RATE_RANGES_V
12.1.1
-
VIEW: APPS.XTR_INTEREST_RATE_RANGES_V
12.2.2
-
VIEW: XTR.XTR_INTEREST_RATE_RANGES#
12.2.2
-
SYNONYM: APPS.XTR_INTEREST_RATE_RANGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_INTEREST_RATE_RANGES, status:VALID,
-
TABLE: XTR.XTR_INTEREST_RATE_RANGES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_INTEREST_RATE_RANGES, object_name:XTR_INTEREST_RATE_RANGES, status:VALID,
-
TABLE: XTR.XTR_INTEREST_RATE_RANGES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_INTEREST_RATE_RANGES, object_name:XTR_INTEREST_RATE_RANGES, status:VALID,
-
View: XTR_INTEREST_RATE_RANGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTEREST_RATE_RANGES_V, object_name:XTR_INTEREST_RATE_RANGES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_INTEREST_RATE_RANGES_V ,
-
View: XTR_INTEREST_RATE_RANGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTEREST_RATE_RANGES_V, object_name:XTR_INTEREST_RATE_RANGES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_INTEREST_RATE_RANGES_V ,
-
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 ,
-
PACKAGE BODY: APPS.XTR_ACCOUNT_BAL_MAINT_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_ACCOUNT_BAL_MAINT_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_MISC_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_MISC_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_ACCOUNT_BAL_MAINT_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_ACCOUNT_BAL_MAINT_P, status:VALID,
-
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 ,
-
VIEW: APPS.XTR_INTEREST_RATE_RANGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTEREST_RATE_RANGES_V, object_name:XTR_INTEREST_RATE_RANGES_V, status:VALID,
-
PACKAGE BODY: APPS.XTR_MISC_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_MISC_P, status:VALID,
-
VIEW: APPS.XTR_INTEREST_RATE_RANGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTEREST_RATE_RANGES_V, object_name:XTR_INTEREST_RATE_RANGES_V, status:VALID,
-
APPS.XTR_ACCOUNT_BAL_MAINT_P SQL Statements
12.2.2
-
APPS.XTR_ACCOUNT_BAL_MAINT_P SQL Statements
12.1.1
-
APPS.XTR_MISC_P dependencies on XTR_BANK_ACCOUNTS
12.1.1
-
APPS.XTR_MISC_P dependencies on XTR_BANK_ACCOUNTS
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: CE_BANK_ACCT_USES_ALL
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_USES_ALL, object_name:CE_BANK_ACCT_USES_ALL, status:VALID, product: CE - Cash Management , description: This table stores information about your bank account uses. , implementation_dba_data: CE.CE_BANK_ACCT_USES_ALL ,
-
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
-
Table: CE_BANK_ACCT_USES_ALL
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCT_USES_ALL, object_name:CE_BANK_ACCT_USES_ALL, status:VALID, product: CE - Cash Management , description: This table stores information about your bank account uses. , implementation_dba_data: CE.CE_BANK_ACCT_USES_ALL ,
-
12.1.1 DBA Data
12.1.1
-
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
-
APPS.CE_INTEREST_CALC SQL Statements
12.2.2
-
APPS.CE_INTEREST_CALC SQL Statements
12.1.1
-
PACKAGE BODY: APPS.XTR_ACCOUNT_BAL_MAINT_P
12.1.1
-
PACKAGE BODY: APPS.XTR_ACCOUNT_BAL_MAINT_P
12.2.2
-
PACKAGE BODY: APPS.CE_INTEREST_CALC
12.2.2
-
PACKAGE BODY: APPS.CE_INTEREST_CALC
12.1.1
-
APPS.XTR_MISC_P SQL Statements
12.2.2
-
APPS.XTR_MISC_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 ,