Search Results finance
The FV.FV_INVOICE_FINANCE_CHRGS_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing financial charge details associated with supplier invoices. This table is part of the Financials (FV) module, specifically within the Payables (AP) sub-module, and plays a key role in managing finance charges, late payment penalties, and other monetary adjustments applied to invoices. Below is a detailed breakdown of its structure, purpose, and integration within Oracle EBS.
Purpose and Functional Context
TheFV_INVOICE_FINANCE_CHRGS_ALL
table is designed to track finance charges levied on invoices due to late payments or other contractual terms. It stores metadata such as charge amounts, calculation methods, applicable dates, and links to the parent invoice. This table supports Oracle's advanced financial charge calculation engine, enabling organizations to automate penalty assessments, interest accruals, or discounts based on predefined business rules.
Key Columns and Data Structure
The table includes columns essential for financial charge processing:- INVOICE_ID: Foreign key linking to
AP_INVOICES_ALL
, associating charges with the base invoice. - CHARGE_ID: Primary key uniquely identifying each charge record.
- CHARGE_TYPE: Categorizes charges (e.g., "LATE_PENALTY," "INTEREST").
- CHARGE_AMOUNT: The monetary value of the charge.
- CALCULATION_DATE: Timestamp when the charge was computed.
- DUE_DATE: Reference date for charge applicability.
- ORG_ID: Multi-org identifier for partition by operating unit.
Integration with Oracle EBS Modules
The table integrates with:- Accounts Payable (AP): Charges are tied to invoices via
AP_INVOICES_ALL
and impact payment workflows. - General Ledger (GL): Charge amounts post to designated liability or expense accounts during invoice accounting.
- Tax Engine: Finance charges may be subject to tax rules, leveraging Oracle's tax calculation framework.
Technical Considerations
- Multi-Org Support: The
_ALL
suffix denotes multi-org compatibility, filtering data byORG_ID
via views likeFV_INVOICE_FINANCE_CHRGS
. - Indexing: Key indexes on
INVOICE_ID
andCHARGE_ID
optimize query performance for payment processing. - API Dependencies Charges are typically created/modified via Oracle's Payables APIs (e.g.,
AP_INVOICE_PUB
) to ensure data integrity.
Business Process Flow
Finance charges are automatically generated during:- Invoice Validation: If terms include late penalties, charges are inserted into this table.
- Payment Scheduling: Charges may adjust net payment amounts due.
- Reporting: Data feeds compliance reports or supplier statements.
Customization and Extensions
Organizations often extend this table via descriptive flexfields (DFFs) to capture industry-specific attributes. Custom PL/SQL triggers may enforce complex charge logic beyond standard Oracle functionality.Conclusion
TheFV.FV_INVOICE_FINANCE_CHRGS_ALL
table is a foundational component for financial charge management in Oracle EBS. Its design ensures accurate tracking, auditability, and seamless integration with core financial processes, supporting both regulatory compliance and strategic cash flow management.
-
File: Student System Student Finance r11i10 ERD.pdf
12.1.1
product: IGS - Student System , size: 261.458 KBytes , file_type: PDF Diagram ,
-
File: Student System Student Finance r11i10 ERD.pdf
12.2.2
product: IGS - Student System (Obsolete) , size: 261.458 KBytes , file_type: PDF Diagram ,
-
Lookup Type: RFC_IDENTIFIER
12.1.1
product: CE - Cash Management , meaning: RFC Identifier , description: List of Regional Finance Centers ,
-
Lookup Type: RFC_IDENTIFIER
12.2.2
product: FV - Federal Financials , meaning: RFC Identifier , description: List of Regional Finance Centers ,
-
Lookup Type: RFC_IDENTIFIER
12.1.1
product: FV - Federal Financials , meaning: RFC Identifier , description: List of Regional Finance Centers ,
-
Lookup Type: RFC_IDENTIFIER
12.2.2
product: CE - Cash Management , meaning: RFC Identifier , description: List of Regional Finance Centers ,
-
APPS.OTA_COST_TRANSFER_TO_GL_PKG dependencies on FND_FILE
12.1.1
-
APPS.OTA_COST_TRANSFER_TO_GL_PKG dependencies on FND_FILE
12.2.2
-
Lookup Type: HR_IE_BANK
12.1.1
product: PER - Human Resources , meaning: Irish Banks , description: List of Banks in Ireland ,
-
Lookup Type: HR_IE_BANK
12.2.2
product: PER - Human Resources , meaning: Irish Banks , description: List of Banks in Ireland ,
-
Lookup Type: IGS_FI_PLAN_TYPE
12.1.1
product: IGS - Student System , meaning: Finance, Late Charges Plan Type , description: Finance, Late Charges Plan Type ,
-
Lookup Type: IGS_FI_PLAN_TYPE
12.2.2
product: IGS - Student System (Obsolete) , meaning: Finance, Late Charges Plan Type , description: Finance, Late Charges Plan Type ,
-
APPS.AR_CALC_LATE_CHARGE dependencies on AR_ADJUSTMENTS
12.2.2
-
APPS.AR_CALC_LATE_CHARGE dependencies on AR_ADJUSTMENTS
12.1.1
-
Lookup Type: OKL_UPFRONT_TAX_TREATMENT
12.1.1
product: OKL - Leasing and Finance Management , meaning: Upfront Tax Treatment Types ,
-
Lookup Type: OKL_SUP_CUST_RELATION
12.1.1
product: OKL - Leasing and Finance Management , meaning: OKL_SUP_CUST_RELATION ,
-
Lookup Type: OKL_UPFRONT_TAX_TREATMENT
12.2.2
product: OKL - Lease and Finance Management , meaning: Upfront Tax Treatment Types ,
-
Lookup Type: OKL_ACCESS_LEVEL
12.1.1
product: OKL - Leasing and Finance Management , meaning: Leasing and Finance Management Access Level , description: Leasing and Finance Management Access Level ,
-
Lookup Type: OKL_SUP_CUST_RELATION
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL_SUP_CUST_RELATION ,
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on RA_INTERFACE_ERRORS
12.1.1
-
Lookup Type: OKL_QUICK_QUOTE_PAYMENT_TYPES
12.2.2
product: OKL - Lease and Finance Management , meaning: Quick Quote Payment Types , description: Quick Quote Payment Types ,
-
Concurrent Program: FVXDCAFC
12.1.1
execution_filename: fv_dc_assign_finance_chrg.assign_finance_charge , product: FV - Federal Financials , user_name: FVXDCAFC , description: Assign Finance Charges , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVDCLCKB
12.2.2
execution_filename: FV_LOCKBOX_FC_PKG.MAIN , product: FV - Federal Financials , user_name: Lockbox Finance Charge Application , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OKL_PASSTHROUGH_TERM
12.1.1
product: OKL - Leasing and Finance Management , meaning: Leasing and Finance Management Passthrough Terms , description: Leasing and Finance Management Passthrough Terms ,
-
Concurrent Program: FVDCLCKB
12.1.1
execution_filename: FV_LOCKBOX_FC_PKG.MAIN , product: FV - Federal Financials , user_name: Lockbox Finance Charge Application , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
APPS.FV_IPA_PKG_PVT dependencies on FND_LOG
12.1.1
-
Concurrent Program: FVDCAFCO
12.2.2
execution_filename: FVDCAFCO , product: FV - Federal Financials , user_name: FVDCAFCO , description: Assign Finance Charge Output Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: OKL_LA_PAYMENT_LINE_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease and Finance Management Payment Line Type , description: Lease and Finance Management Payment Line Type ,
-
Concurrent Program: FVXDCAFC
12.2.2
execution_filename: fv_dc_assign_finance_chrg.assign_finance_charge , product: FV - Federal Financials , user_name: FVXDCAFC , description: Assign Finance Charges , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
TABLE: FV.FV_INVOICE_FINANCE_CHRGS_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_INVOICE_FINANCE_CHRGS_ALL, object_name:FV_INVOICE_FINANCE_CHRGS_ALL, status:VALID,
-
APPS.OTA_TFH_API_BUSINESS_RULES dependencies on OTA_TFL_API_BUSINESS_RULES2
12.1.1
-
APPS.OTA_TFH_API_BUSINESS_RULES dependencies on OTA_TFL_API_BUSINESS_RULES2
12.2.2
-
Concurrent Program: FVXDCACC
12.2.2
execution_filename: fv_dc_assign_finance_chrg.accrue_finance_charge , product: FV - Federal Financials , user_name: FVXDCACC , description: Accrue Finance Charges , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGSFIJ32
12.1.1
execution_filename: IGS_FI_PRC_FIN_LT_CHG.CALC_FIN_LT_CHARGE , product: IGS - Student System , user_name: IGSFIJ32 , description: Finance and Late Charge Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OKL_SEC_REP_METHOD
12.1.1
product: OKL - Leasing and Finance Management , meaning: Leasing and Finance Secondary Representation Method , description: Leasing and Finance Secondary Representation Method ,
-
Lookup Type: OKL_SEC_REP_METHOD
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease and Finance Secondary Representation Method , description: Lease and Finance Secondary Representation Method ,
-
Concurrent Program: FVDCAFCO
12.1.1
execution_filename: FVDCAFCO , product: FV - Federal Financials , user_name: FVDCAFCO , description: Assign Finance Charge Output Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: OKL_ACCESS_LEVEL
12.2.2
product: OKL - Lease and Finance Management , meaning: Leasing and Finance Management Access Level , description: Leasing and Finance Management Access Level ,
-
APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on RA_CUSTOMER_TRX_LINES_ALL
12.2.2
-
APPS.FV_IPA_PKG_PVT dependencies on FND_LOG
12.2.2
-
Concurrent Program: OKLACCPB
12.2.2
execution_filename: JCP4OKLXmlPublisherWrapper , product: OKL - Lease and Finance Management , user_name: OKLXMLWRAPPER , description: To generate reports , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: OKL_LA_PAYMENT_LINE_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Leasing and Finance Management Payment Line Type , description: Leasing and Finance Management Payment Line Type ,
-
Concurrent Program: OKLACCPB
12.1.1
execution_filename: JCP4OKLXmlPublisherWrapper , product: OKL - Leasing and Finance Management , user_name: OKLXMLWRAPPER , description: To generate reports , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: OKL_BOOK_CLASS
12.2.2
product: OKL - Lease and Finance Management , meaning: OKL BOOK CLASS , description: Contract Book Classification ,
-
Concurrent Program: IGSFIJ30
12.1.1
execution_filename: IGS_FI_PRC_HOLDS.FINP_RELEASE_HOLDS , product: IGS - Student System , user_name: IGSFIJ30 , description: Process Release of Finance Holds , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OKL_PASSTHROUGH_TERM
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease and Finance Management Passthrough Terms , description: Lease and Finance Management Passthrough Terms ,
-
Concurrent Program: IGSFIJ29
12.1.1
execution_filename: IGS_FI_PRC_HOLDS.FINP_APPLY_HOLDS , product: IGS - Student System , user_name: IGSFIJ29 , description: Process Application of Finance Holds , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
APPS.OKL_CREATE_STREAMS_PVT dependencies on OKL_K_LINES_V
12.2.2
-
Lookup Type: OKL_REPRESENTATION_TYPE
12.1.1
product: OKL - Leasing and Finance Management , meaning: Leasing and Finance Management representation types , description: Leasing and Finance Management representation types ,
-
Lookup Type: OKL_REPRESENTATION_TYPE
12.2.2
product: OKL - Lease and Finance Management , meaning: Lease and Finance Management representation types , description: Lease and Finance Management representation types ,