Search Results account payables
The FV_VOIDED_CHECKS table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Financials module, specifically designed to track and manage voided checks in the Accounts Payable (AP) and Cash Management (CE) processes. This table serves as a repository for all checks that have been voided, ensuring proper audit trails, reconciliation, and financial reporting. Below is a detailed analysis of its purpose, structure, and integration within Oracle EBS.
Purpose of FV_VOIDED_CHECKS
The primary function of the FV_VOIDED_CHECKS table is to maintain a record of checks that have been voided, either manually or automatically, due to errors, cancellations, or other business requirements. Voiding a check is a critical financial operation that requires accurate tracking to prevent discrepancies in financial statements, bank reconciliations, and audit compliance. This table ensures that voided checks are properly documented, preventing their accidental reuse and providing transparency for financial reporting.
Key Columns and Data Structure
The FV_VOIDED_CHECKS table typically includes the following key columns:
- CHECK_ID: A unique identifier for the voided check, often linked to the original check record in the AP_CHECKS_ALL table.
- VOID_DATE: The date on which the check was voided, critical for audit trails.
- VOID_REASON: A descriptive field capturing the reason for voiding the check (e.g., "Incorrect Payee," "Duplicate Payment").
- VOIDED_BY: The user or system process responsible for voiding the check.
- ORIGINAL_CHECK_NUMBER: The check number assigned before voiding, ensuring traceability.
- BANK_ACCOUNT_ID: Links to the bank account from which the check was issued.
- STATUS_FLAG: Indicates the processing status of the voided check (e.g., "Pending," "Processed").
Integration with Oracle EBS Modules
The FV_VOIDED_CHECKS table integrates with several Oracle EBS modules:
- Accounts Payable (AP): When a check is voided in AP, the system updates this table to reflect the change, ensuring the original payment is marked as invalid.
- Cash Management (CE): The table aids in bank reconciliation by ensuring voided checks are excluded from outstanding check reports.
- General Ledger (GL): Voided checks may trigger accounting entries to reverse the original payment, and this table provides the necessary reference data.
Business Process Impact
The existence of FV_VOIDED_CHECKS ensures compliance with financial controls and audit requirements. It prevents duplicate payments, supports accurate financial reporting, and facilitates month-end close processes. For example, during bank reconciliation, voided checks are automatically excluded from outstanding liabilities, reducing reconciliation errors.
Customizations and Extensions
Organizations may extend this table with custom columns to capture additional voiding details or integrate with third-party systems. However, modifications should be carefully tested to avoid disrupting standard Oracle EBS functionality.
Conclusion
The FV_VOIDED_CHECKS table is a foundational component of Oracle EBS Financials, ensuring accurate tracking of voided checks and supporting critical financial processes. Its integration with AP, CE, and GL modules underscores its importance in maintaining financial integrity and compliance. Proper utilization of this table enhances auditability, reduces errors, and streamlines financial operations in Oracle EBS 12.1.1 and 12.2.2 environments.
-
File: USSGL Account Derivation Rules R12.pdf
12.1.1
product: FV - Federal Financials , size: 26.218 KBytes , file_type: PDF Diagram ,
-
File: USSGL Account Derivation Rules R12.pdf
12.2.2
product: FV - Federal Financials , size: 26.218 KBytes , file_type: PDF Diagram ,
-
View: FV_PAYABLE_REFUNDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_PAYABLE_REFUNDS_V, object_name:FV_PAYABLE_REFUNDS_V, status:VALID, product: FV - Federal Financials , description: Retrieves Refund payment details from Account Payables , implementation_dba_data: APPS.FV_PAYABLE_REFUNDS_V ,
-
View: FV_PAYABLE_REFUNDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_PAYABLE_REFUNDS_V, object_name:FV_PAYABLE_REFUNDS_V, status:VALID, product: FV - Federal Financials , description: Retrieves Refund payment details from Account Payables , implementation_dba_data: APPS.FV_PAYABLE_REFUNDS_V ,
-
Concurrent Program: FVAPRFPP
12.1.1
execution_filename: FV_SF224_TRANSACTIONS.fv_ap_refund_populate , product: FV - Federal Financials , user_name: FMS 224 Populate Payables Refunds Process , description: FMS 224 Populate Payables Refunds Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVAPRFPP
12.2.2
execution_filename: FV_SF224_TRANSACTIONS.fv_ap_refund_populate , product: FV - Federal Financials , user_name: FMS 224 Populate Payables Refunds Process , description: FMS 224 Populate Payables Refunds Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: FV_VOIDED_CHECKS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_VOIDED_CHECKS, object_name:FV_VOIDED_CHECKS, status:VALID, product: FV - Federal Financials , description: Stores checks voided in Payables; used by the DIT Voided Check process , implementation_dba_data: FV.FV_VOIDED_CHECKS ,
-
Table: FV_VOIDED_CHECKS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_VOIDED_CHECKS, object_name:FV_VOIDED_CHECKS, status:VALID, product: FV - Federal Financials , description: Stores checks voided in Payables; used by the DIT Voided Check process , implementation_dba_data: FV.FV_VOIDED_CHECKS ,
-
Lookup Type: FUND_TIME_FRAME
12.2.2
product: FV - Federal Financials , meaning: Fund Time Frame , description: Obsoleted due to GTAS ,
-
Lookup Type: FV_TRANSMISSION_FORMAT
12.2.2
product: FV - Federal Financials , meaning: Transmission Formats , description: Transmission formats ,
-
Lookup Type: FV_TRANSMISSION_FORMAT
12.1.1
product: FV - Federal Financials , meaning: Transmission Formats , description: Transmission formats ,
-
Table: FV_CCR_VENDORS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CCR_VENDORS, object_name:FV_CCR_VENDORS, status:VALID, product: FV - Federal Financials , description: The FV_CCR_VENDORS table stores all the data from CCR that does not have a logical place in the Payables data model. It also stores a supplier reference, and its primary key is the internal identifier CCR_ID , implementation_dba_data: FV.FV_CCR_VENDORS ,
-
Table: FV_CCR_VENDORS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_CCR_VENDORS, object_name:FV_CCR_VENDORS, status:VALID, product: FV - Federal Financials , description: The FV_CCR_VENDORS table stores all the data from CCR that does not have a logical place in the Payables data model. It also stores a supplier reference, and its primary key is the internal identifier CCR_ID , implementation_dba_data: FV.FV_CCR_VENDORS ,
-
Concurrent Program: FVUSSADR
12.1.1
execution_filename: FVUSSADR , product: FV - Federal Financials , user_name: USSGL Account Derivation Rules Report , description: USSGL Account Derivation Rules Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVUSSADR
12.2.2
execution_filename: FVUSSADR , product: FV - Federal Financials , user_name: USSGL Account Derivation Rules Report , description: USSGL Account Derivation Rules Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFCTUTS
12.1.1
execution_filename: FV_SETUP_PKG.USSGL_LOAD , product: FV - Federal Financials , user_name: US SGL Account Table Setup , description: USSGL Account Table Setup , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVFCTUTS
12.2.2
execution_filename: FV_SETUP_PKG.USSGL_LOAD , product: FV - Federal Financials , user_name: US SGL Account Table Setup , description: USSGL Account Table Setup , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: SF224_TYPE
12.2.2
product: FV - Federal Financials , meaning: SF224 Report Type ,
-
Lookup Type: FINANCING_ACCOUNT
12.1.1
product: FV - Federal Financials , meaning: FINANCING ACCOUNT ,
-
Lookup Type: SF224_TYPE
12.1.1
product: FV - Federal Financials , meaning: SF224 Report Type ,
-
Lookup Type: FINANCING_ACCOUNT
12.2.2
product: FV - Federal Financials , meaning: FINANCING ACCOUNT ,
-
Concurrent Program: FVXYECFP
12.2.2
execution_filename: FV_YE_CARRYFORWARD.MAIN , product: FV - Federal Financials , user_name: FVXYECFP , description: Carry Forward Budgetary Account Balances Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVCRTTAS
12.2.2
execution_filename: FV_CGAC_CRT_TAS.MAIN , product: FV - Federal Financials , user_name: FVCRTTAS , description: Rollover Treasury Account Symbols , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FVXYECFP
12.1.1
execution_filename: FV_YE_CARRYFORWARD.MAIN , product: FV - Federal Financials , user_name: FVXYECFP , description: Carry Forward Budgetary Account Balances Process , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: AVAILABILITY_TYPE
12.2.2
product: FV - Federal Financials , meaning: Availability Type , description: Availability Type. Obsoleted due to GTAS ,
-
View: FV_TPP_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_TPP_ASSIGNMENTS_V, object_name:FV_TPP_ASSIGNMENTS_V, status:VALID, product: FV - Federal Financials , description: Payables(AP) will join with this view to provide third party information to Payments(IBY). , implementation_dba_data: APPS.FV_TPP_ASSIGNMENTS_V ,
-
View: FV_TPP_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_TPP_ASSIGNMENTS_V, object_name:FV_TPP_ASSIGNMENTS_V, status:VALID, product: FV - Federal Financials , description: Payables(AP) will join with this view to provide third party information to Payments(IBY). , implementation_dba_data: APPS.FV_TPP_ASSIGNMENTS_V ,
-
View: FV_TC_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_TC_GL_V, object_name:FV_TC_GL_V, status:VALID, product: FV - Federal Financials , implementation_dba_data: APPS.FV_TC_GL_V ,
-
View: FV_TC_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_TC_GL_V, object_name:FV_TC_GL_V, status:VALID, product: FV - Federal Financials , implementation_dba_data: APPS.FV_TC_GL_V ,
-
View: FV_LINK_GL_TO_INVOICES_V
12.2.2
product: FV - Federal Financials , description: Links General Ledger to invoices , implementation_dba_data: Not implemented in this database ,
-
Table: FV_FACTS2_CLOSING_VALIDATION
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FACTS2_CLOSING_VALIDATION, object_name:FV_FACTS2_CLOSING_VALIDATION, status:VALID, product: FV - Federal Financials , description: Stores the closing group and closing account information related to US SGL account , implementation_dba_data: FV.FV_FACTS2_CLOSING_VALIDATION ,
-
Table: FV_FACTS_BUD_FED_ACCTS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FACTS_BUD_FED_ACCTS, object_name:FV_FACTS_BUD_FED_ACCTS, status:VALID, product: FV - Federal Financials , description: Holds information about the federal account symbols associated with the budget account codes , implementation_dba_data: FV.FV_FACTS_BUD_FED_ACCTS ,
-
Table: FV_FACTS_FEDERAL_ACCOUNTS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FACTS_FEDERAL_ACCOUNTS, object_name:FV_FACTS_FEDERAL_ACCOUNTS, status:VALID, product: FV - Federal Financials , description: Information about the federal account symbol and its associated budget account, if applicable , implementation_dba_data: FV.FV_FACTS_FEDERAL_ACCOUNTS ,
-
Table: FV_FACTS_BUD_FED_ACCTS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FACTS_BUD_FED_ACCTS, object_name:FV_FACTS_BUD_FED_ACCTS, status:VALID, product: FV - Federal Financials , description: Holds information about the federal account symbols associated with the budget account codes , implementation_dba_data: FV.FV_FACTS_BUD_FED_ACCTS ,
-
Table: FV_FACTS_FEDERAL_ACCOUNTS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_FACTS_FEDERAL_ACCOUNTS, object_name:FV_FACTS_FEDERAL_ACCOUNTS, status:VALID, product: FV - Federal Financials , description: Information about the federal account symbol and its associated budget account, if applicable , implementation_dba_data: FV.FV_FACTS_FEDERAL_ACCOUNTS ,
-
Lookup Type: SUMMARY_TYPE
12.2.2
product: FV - Federal Financials , meaning: SUMMARY TYPE ,
-
Concurrent Program: RXFVTBTS
12.2.2
product: FV - Federal Financials , user_name: RX-Only: Trial Balance by Treasury Account Symbol , description: RX-Only: Trial Balance by Treasury Account Symbol , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
View: FV_LINK_GL_TO_INVOICES_V
12.1.1
product: FV - Federal Financials , description: Links General Ledger to invoices , implementation_dba_data: Not implemented in this database ,
-
View: FV_LINK_GL_TO_TREAS_CONFIRM_V
12.1.1
product: FV - Federal Financials , description: Links General Ledger to treasury confirmation , implementation_dba_data: Not implemented in this database ,
-
Concurrent Program: FVFB55RC
12.2.2
execution_filename: FVFB55RC , product: FV - Federal Financials , user_name: FVFB55RC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFB55RC
12.1.1
execution_filename: FVFB55RC , product: FV - Federal Financials , user_name: FVFB55RC , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFB55TB
12.2.2
execution_filename: FVFB55TB , product: FV - Federal Financials , user_name: FVFB55TB , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFB6653
12.1.1
execution_filename: FVFB6653 , product: FV - Federal Financials , user_name: FVFB6653 , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFB55UR
12.2.2
execution_filename: FVFB55UR , product: FV - Federal Financials , user_name: FVFB55UR , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFB55UR
12.1.1
execution_filename: FVFB55UR , product: FV - Federal Financials , user_name: FVFB55UR , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: FUND_TYPE
12.2.2
product: FV - Federal Financials , meaning: FUND_TYPE , description: Obsoleted due to GTAS ,
-
Concurrent Program: FVFB6654
12.1.1
execution_filename: FVFB6654 , product: FV - Federal Financials , user_name: FVFB6654 , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFB55TB
12.1.1
execution_filename: FVFB55TB , product: FV - Federal Financials , user_name: FVFB55TB , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: FVFB6653
12.2.2
execution_filename: FVFB6653 , product: FV - Federal Financials , user_name: FVFB6653 , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
View: FV_LINK_GL_TO_TREAS_CONFIRM_V
12.2.2
product: FV - Federal Financials , description: Links General Ledger to treasury confirmation , implementation_dba_data: Not implemented in this database ,