Search Results ce_interest_schedules
Overview
The CE_INTEREST_SCHEDULES table is a core data repository within the Oracle E-Business Suite Cash Management (CE) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master table for defining and storing the parameters of interest rate schedules. These schedules are critical for calculating interest earned or paid on bank accounts managed within the system. The table's primary role is to provide a reusable, centralized definition of interest calculation rules, which can then be associated with one or more bank accounts. This enables automated and consistent interest accrual processing, a fundamental aspect of treasury and cash management operations.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is documented as INTEREST_SCHEDULE_ID, which uniquely identifies each schedule. Based on its functional purpose, the table typically stores attributes that define how interest is calculated. This commonly includes the schedule name, effective dates, the base interest rate, the rate calculation method (e.g., fixed, variable tied to an index), compounding frequency, day count basis (e.g., Actual/360, 30/360), and any applicable minimum or maximum rate boundaries. The structure is designed to support complex, multi-tiered rate schedules that can change over time.
Common Use Cases and Queries
The primary use case is the configuration and maintenance of interest rules for bank accounts. During bank account setup in the CE_BANK_ACCOUNTS table, a user assigns an INTEREST_SCHEDULE_ID to link the account to a predefined schedule. Common reporting and validation queries involve joining these two tables. For instance, to list all bank accounts with their associated interest schedules, a query would be: SELECT cba.bank_account_name, cba.bank_account_num, cis.schedule_name FROM ce_bank_accounts cba, ce_interest_schedules cis WHERE cba.interest_schedule_id = cis.interest_schedule_id;. Another critical use case is during the interest accrual process, where batch programs reference this table to determine the correct rate and calculation rules for each account on a given value date.
Related Objects
The CE_INTEREST_SCHEDULES table has a direct and documented foreign key relationship with the CE_BANK_ACCOUNTS table, which is central to the Cash Management module. The relationship is defined as follows:
- Primary Table: CE_INTEREST_SCHEDULES
- Related Table: CE_BANK_ACCOUNTS
- Join Column: CE_BANK_ACCOUNTS.INTEREST_SCHEDULE_ID references CE_INTEREST_SCHEDULES.INTEREST_SCHEDULE_ID
-
Table: CE_INTEREST_SCHEDULES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_INTEREST_SCHEDULES, object_name:CE_INTEREST_SCHEDULES, status:VALID, product: CE - Cash Management , description: This table stores interest rate schedule information. , implementation_dba_data: CE.CE_INTEREST_SCHEDULES ,
-
Table: CE_INTEREST_SCHEDULES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_INTEREST_SCHEDULES, object_name:CE_INTEREST_SCHEDULES, status:VALID, product: CE - Cash Management , description: This table stores interest rate schedule information. , implementation_dba_data: CE.CE_INTEREST_SCHEDULES ,
-
APPS.CE_INTEREST_CALC dependencies on CE_INTEREST_SCHEDULES
12.1.1
-
APPS.CE_INTEREST_CALC dependencies on CE_INTEREST_SCHEDULES
12.2.2
-
APPS.CE_INTEREST_SCHED_PKG dependencies on CE_INTEREST_SCHEDULES
12.2.2
-
APPS.CE_INTEREST_SCHED_PKG dependencies on CE_INTEREST_SCHEDULES
12.1.1
-
APPS.CE_INTEREST_CALC dependencies on CE_INTEREST_BAL_RANGES
12.1.1
-
APPS.CE_INTEREST_CALC dependencies on CE_INTEREST_BAL_RANGES
12.2.2
-
APPS.CE_INTEREST_CALC dependencies on CE_BANK_ACCOUNTS
12.2.2
-
APPS.CE_INTEREST_CALC dependencies on CE_BANK_ACCOUNTS
12.1.1
-
SYNONYM: APPS.CE_INTEREST_SCHEDULES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_INTEREST_SCHEDULES, status:VALID,
-
SYNONYM: APPS.CE_INTEREST_SCHEDULES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_INTEREST_SCHEDULES, status:VALID,
-
VIEW: CE.CE_INTEREST_SCHEDULES#
12.2.2
-
APPS.CE_INTEREST_CALC dependencies on CE_BANK_ACCT_BALANCES
12.2.2
-
APPS.CE_INTEREST_CALC dependencies on CE_BANK_ACCT_BALANCES
12.1.1
-
VIEW: CE.CE_INTEREST_SCHEDULES#
12.2.2
owner:CE, object_type:VIEW, object_name:CE_INTEREST_SCHEDULES#, status:VALID,
-
TABLE: CE.CE_INTEREST_SCHEDULES
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_INTEREST_SCHEDULES, object_name:CE_INTEREST_SCHEDULES, status:VALID,
-
APPS.CE_INTEREST_CALC dependencies on FND_CURRENCY
12.2.2
-
TABLE: CE.CE_INTEREST_SCHEDULES
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_INTEREST_SCHEDULES, object_name:CE_INTEREST_SCHEDULES, status:VALID,
-
APPS.CE_INTEREST_CALC dependencies on FND_CURRENCY
12.1.1
-
PACKAGE BODY: APPS.CE_INTEREST_SCHED_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_INTEREST_SCHED_PKG, status:VALID,
-
Table: CE_BANK_ACCOUNTS
12.1.1
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCOUNTS, object_name:CE_BANK_ACCOUNTS, status:VALID, product: CE - Cash Management , description: This table contains bank account information. Each bank account must be affiliated with one bank branch. , implementation_dba_data: CE.CE_BANK_ACCOUNTS ,
-
APPS.CE_INTEREST_CALC dependencies on CE_INTEREST_RATES
12.2.2
-
PACKAGE BODY: APPS.CE_INTEREST_SCHED_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_INTEREST_SCHED_PKG, status:VALID,
-
APPS.CE_INTEREST_CALC SQL Statements
12.1.1
-
PACKAGE BODY: APPS.CE_INTEREST_CALC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_INTEREST_CALC, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: CE_BANK_ACCOUNTS
12.2.2
owner:CE, object_type:TABLE, fnd_design_data:CE.CE_BANK_ACCOUNTS, object_name:CE_BANK_ACCOUNTS, status:VALID, product: CE - Cash Management , description: This table contains bank account information. Each bank account must be affiliated with one bank branch. , implementation_dba_data: CE.CE_BANK_ACCOUNTS ,
-
PACKAGE BODY: APPS.CE_INTEREST_CALC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_INTEREST_CALC, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.CE_INTEREST_CALC dependencies on CE_INTEREST_RATES
12.1.1
-
APPS.CE_INTEREST_CALC SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.CE_INTEREST_SCHED_PKG SQL Statements
12.1.1
-
APPS.CE_INTEREST_SCHED_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CE_INTEREST_CALC
12.1.1
-
PACKAGE BODY: APPS.CE_INTEREST_CALC
12.2.2
-
APPS.CE_INTEREST_CALC dependencies on CE_INT_CALC_DETAILS_GT
12.1.1
-
APPS.CE_INTEREST_CALC dependencies on CE_INT_CALC_DETAILS_GT
12.2.2
-
PACKAGE BODY: APPS.CE_INTEREST_SCHED_PKG
12.2.2
-
PACKAGE BODY: APPS.CE_INTEREST_SCHED_PKG
12.1.1
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,