Search Results fv_finance_chrg_cust_classes
Overview
FV_FINANCE_CHRG_CUST_CLASSES is a Federal Financials (FV) application table that stores the finance charge customer type definitions used to determine how finance charges (interest on overdue receivables) are assessed against customer classifications. Each row associates a customer class with a finance charge control record and a set of books, allowing the Receivables-based Federal Financials finance charge engine to apply different charge rules, rates, and grace periods to distinct categories of federal customers.
In Oracle E-Business Suite 12.1.1 and 12.2.2, the table resides in the FV schema and is part of the configuration layer for the Federal Financials finance charge feature. It is populated through the finance charge setup forms and is referenced at transaction processing time when a finance charge is calculated on a delinquent customer account. The ETRM metadata classifies this object heuristically as a link table. Following a Data Vault modeling convention, it would best be modeled as a link entity that resolves the many-to-many relationship between finance charge controls and customer classes within a specific ledger context, rather than as a hub (which would hold only the unique CHARGE_CUST_ID business key) or a satellite.
Key Information Stored
The table contains 29 documented columns. The most operationally significant are:
- CHARGE_CUST_ID — Surrogate primary key, enforced by FV_FINANCE_CHRG_CUST_CLASS_PK. This is the column most commonly searched when querying the table.
- CHARGE_ID — Foreign key to FV_FINANCE_CHARGE_CONTROLS_ALL, linking the customer classification to its parent finance charge control definition.
- CUSTOMER_CLASS — The customer classification code to which the finance charge rule applies; part of the business-key candidate.
- SET_OF_BOOKS_ID — Foreign key to GL_SETS_OF_BOOKS_11I, identifying the ledger for which the classification is defined.
- FINANCE_CHARGE_GROUP_HDR_ID — Identifies the finance charge group header associated with the classification; also part of the unique business key.
- START_DATE / END_DATE — Effective dating window governing when the classification association is active.
- ENABLED_FLAG — Indicates whether the row is currently active for finance charge processing.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATED_BY, CREATION_DATE, LAST_UPDATE_LOGIN — Standard EBS audit columns.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 — Descriptive flexfield (DFF) columns supporting government-specific extensibility.
The unique index FV_FIN_CHRG_CUST_CLASSES_U1 on (CHARGE_ID, CUSTOMER_CLASS, FINANCE_CHARGE_GROUP_HDR_ID) represents the documented business-key candidate, distinct from the surrogate CHARGE_CUST_ID primary key.
Common Use Cases and Queries
Typical uses include auditing finance charge setup by customer classification, troubleshooting why a particular customer was or was not charged, and reporting active charge rules by ledger. A representative query joining to the charge control parent is:
SELECT fcc.charge_cust_id, fcc.customer_class, fcc.enabled_flag, fca.charge_name FROM fv.fv_finance_chrg_cust_classes fcc, fv.fv_finance_charge_controls_all fca WHERE fcc.charge_id = fca.charge_id AND fcc.set_of_books_id = :ledger_id;- Filtering on
CHARGE_CUST_ID = :charge_cust_idto retrieve a single classification record. - Restricting by
SYSDATE BETWEEN START_DATE AND NVL(END_DATE, SYSDATE)to return only currently effective rules. - Joining to GL_SETS_OF_BOOKS_11I to resolve ledger names for cross-ledger configuration reporting.
Related Objects
- FV_FINANCE_CHARGE_CONTROLS_ALL — Parent table; joined via CHARGE_ID. Holds the finance charge control definitions.
- GL_SETS_OF_BOOKS_11I — Ledger reference; joined via SET_OF_BOOKS_ID.
- FV_FINANCE_CHARGE_CONTROLS_ALL child reference chain — used to trace the DFF and rate configuration consumed at charge calculation time.
- AR_CUSTOMERS / AR_CUSTOMER_PROFILES — Provide the CUSTOMER_CLASS values resolved against this table during receivables processing.
- FV_FINANCE_CHRG_CUST_CLASS_PK and FV_FIN_CHRG_CUST_CLASSES_U1 — Primary key constraint and unique business-key index enforcing integrity.
-
Table: FV_FINANCE_CHRG_CUST_CLASSES
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FINANCE_CHRG_CUST_CLASSES, object_name:FV_FINANCE_CHRG_CUST_CLASSES, status:VALID, product: FV - Federal Financials , description: Contains finance charge customer types , implementation_dba_data: FV.FV_FINANCE_CHRG_CUST_CLASSES ,
-
Table: FV_FINANCE_CHRG_CUST_CLASSES
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FINANCE_CHRG_CUST_CLASSES, object_name:FV_FINANCE_CHRG_CUST_CLASSES, status:VALID, product: FV - Federal Financials , description: Contains finance charge customer types , implementation_dba_data: FV.FV_FINANCE_CHRG_CUST_CLASSES ,
-
SYNONYM: APPS.FV_FINANCE_CHRG_CUST_CLASSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_FINANCE_CHRG_CUST_CLASSES, status:VALID,
-
VIEW: FV.FV_FINANCE_CHRG_CUST_CLASSES#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_FINANCE_CHRG_CUST_CLASSES#, status:VALID,
-
SYNONYM: APPS.FV_FINANCE_CHRG_CUST_CLASSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_FINANCE_CHRG_CUST_CLASSES, status:VALID,
-
VIEW: FV.FV_FINANCE_CHRG_CUST_CLASSES#
12.2.2
-
TABLE: FV.FV_FINANCE_CHRG_CUST_CLASSES
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FINANCE_CHRG_CUST_CLASSES, object_name:FV_FINANCE_CHRG_CUST_CLASSES, status:VALID,
-
Table: FV_FINANCE_CHARGE_CONTROLS_ALL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FINANCE_CHARGE_CONTROLS_ALL, object_name:FV_FINANCE_CHARGE_CONTROLS_ALL, status:VALID, product: FV - Federal Financials , description: Contains finance charge information , implementation_dba_data: FV.FV_FINANCE_CHARGE_CONTROLS_ALL ,
-
Table: FV_FINANCE_CHARGE_CONTROLS_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FINANCE_CHARGE_CONTROLS_ALL, object_name:FV_FINANCE_CHARGE_CONTROLS_ALL, status:VALID, product: FV - Federal Financials , description: Contains finance charge information , implementation_dba_data: FV.FV_FINANCE_CHARGE_CONTROLS_ALL ,
-
TABLE: FV.FV_FINANCE_CHRG_CUST_CLASSES
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FINANCE_CHRG_CUST_CLASSES, object_name:FV_FINANCE_CHRG_CUST_CLASSES, status:VALID,
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.FV_DC_ASSIGN_FINANCE_CHRG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_DC_ASSIGN_FINANCE_CHRG, status:VALID,
-
PACKAGE BODY: APPS.FV_DC_ASSIGN_FINANCE_CHRG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_DC_ASSIGN_FINANCE_CHRG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: GL_SETS_OF_BOOKS_11I
12.1.1
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
Table: GL_SETS_OF_BOOKS_11I
12.2.2
owner:GL, object_type:TABLE, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_11I, object_name:GL_SETS_OF_BOOKS_11I, status:VALID, product: GL - General Ledger , description: Set of books definitions , implementation_dba_data: GL.GL_SETS_OF_BOOKS_11I ,
-
PACKAGE BODY: APPS.FV_DC_ASSIGN_FINANCE_CHRG
12.2.2
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on FV_FINANCE_CHRG_CUST_CLASSES
12.1.1
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on FV_FINANCE_CHRG_CUST_CLASSES
12.2.2
-
PACKAGE BODY: APPS.FV_DC_ASSIGN_FINANCE_CHRG
12.1.1
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on HZ_CUST_ACCOUNTS
12.2.2
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on FV_FINANCE_CHARGE_GRP_DTLS
12.2.2
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on FV_FINANCE_CHARGE_GRP_HDRS
12.2.2
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on FV_CUST_FINANCE_CHRGS
12.1.1
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on FV_CUST_FINANCE_CHRGS
12.2.2
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on HZ_CUST_ACCOUNTS
12.1.1
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on FV_FINANCE_CHARGE_CONTROLS
12.2.2
-
eTRM - FV Tables and Views
12.2.2
description: Temporary table populated during the Year End Closing process ,
-
eTRM - FV Tables and Views
12.1.1
description: Temporary table populated during the Year End Closing process ,
-
eTRM - FV Tables and Views
12.1.1
description: Temporary table populated during the Year End Closing process ,
-
eTRM - FV Tables and Views
12.2.2
description: Temporary table populated during the Year End Closing process ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1