Search Results fv_summary_consolidate_all
Overview
The FV_SUMMARY_CONSOLIDATE_ALL table is a core data repository within the Oracle E-Business Suite Federal Financials (FV) module. It functions as the foundational table for two critical federal payment processes: the generation of Summary Schedules and the creation of the Consolidated Payment File. This table is essential for managing and tracking payment batches that are destined for submission to the U.S. Department of the Treasury, specifically through systems like the Automated Standard Application for Payments (ASAP). Its role is to maintain the necessary linkage between internal payment batch data and the external control numbers required for federal reporting and consolidation.
Key Information Stored
While the full column list is not detailed in the provided metadata, the description and foreign key relationship define its critical data elements. The table centrally stores Payment Batch names, which are the internal identifiers for groups of payments. Crucially, it associates these batches with a Control Number and a Consolidated Schedule Number. These numbers are vital for federal processing and audit trails. A key structural column is PAYMENT_INSTRUCTION_ID, which establishes a foreign key relationship to the IBY_PAY_INSTRUCTIONS_ALL table in the Oracle Payments module. This link connects the federal consolidation data to the underlying payment instructions that define the payment methods, bank accounts, and payment details.
Common Use Cases and Queries
The primary use case is the execution of the "Summary Schedules and Consolidated Payment File" process within Federal Financials. This process queries FV_SUMMARY_CONSOLIDATE_ALL to identify batches marked for consolidation, retrieves their associated control numbers, and generates the mandated Treasury-formatted output files. Common reporting queries involve joining this table to payment instruction and payment batch details to validate data before submission. A typical SQL pattern might be:
- Selecting batches for a specific schedule:
SELECT PAYMENT_BATCH_NAME, CONTROL_NUM, CONSOLIDATED_SCHEDULE_NUM FROM FV.FV_SUMMARY_CONSOLIDATE_ALL WHERE REQUEST_ID = :p_request_id; - Validating the link to payment instructions:
SELECT SCA.* FROM FV.FV_SUMMARY_CONSOLIDATE_ALL SCA, IBY.IBY_PAY_INSTRUCTIONS_ALL IA WHERE SCA.PAYMENT_INSTRUCTION_ID = IA.PAYMENT_INSTRUCTION_ID;
Related Objects
The most directly related object, as defined by its foreign key, is the IBY_PAY_INSTRUCTIONS_ALL table in the IBY (Oracle Payments) schema. This relationship is fundamental, as the PAYMENT_INSTRUCTION_ID in FV_SUMMARY_CONSOLIDATE_ALL references the primary key of IBY_PAY_INSTRUCTIONS_ALL. This ties the federal summary and consolidation data directly to the core Oracle Payments engine. The table is also intrinsically linked to the application form and concurrent program named "Summary Schedules and Consolidated Payment File," which serves as the primary interface and engine for populating and utilizing this table's data.
-
Table: FV_SUMMARY_CONSOLIDATE_ALL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SUMMARY_CONSOLIDATE_ALL, object_name:FV_SUMMARY_CONSOLIDATE_ALL, status:VALID, product: FV - Federal Financials , description: Base table for the form Summary Schedules and Consolidated Payment File that stores the Payment Batch names with Control Number and Consolidated Schedule Number to generate Summary Schedules and Consolidate Payment File respectively. , implementation_dba_data: FV.FV_SUMMARY_CONSOLIDATE_ALL ,
-
Table: FV_SUMMARY_CONSOLIDATE_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SUMMARY_CONSOLIDATE_ALL, object_name:FV_SUMMARY_CONSOLIDATE_ALL, status:VALID, product: FV - Federal Financials , description: Base table for the form Summary Schedules and Consolidated Payment File that stores the Payment Batch names with Control Number and Consolidated Schedule Number to generate Summary Schedules and Consolidate Payment File respectively. , implementation_dba_data: FV.FV_SUMMARY_CONSOLIDATE_ALL ,
-
APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG dependencies on FV_SUMMARY_CONSOLIDATE_ALL
12.1.1
-
APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG dependencies on FV_SUMMARY_CONSOLIDATE_ALL
12.2.2
-
SYNONYM: APPS.FV_SUMMARY_CONSOLIDATE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_SUMMARY_CONSOLIDATE_ALL, status:VALID,
-
VIEW: FV.FV_SUMMARY_CONSOLIDATE_ALL#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_SUMMARY_CONSOLIDATE_ALL#, status:VALID,
-
SYNONYM: APPS.FV_SUMMARY_CONSOLIDATE_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_SUMMARY_CONSOLIDATE_ALL, status:VALID,
-
VIEW: FV.FV_SUMMARY_CONSOLIDATE_ALL#
12.2.2
-
SYNONYM: APPS.FV_SUMMARY_CONSOLIDATE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_SUMMARY_CONSOLIDATE, status:VALID,
-
SYNONYM: APPS.FV_SUMMARY_CONSOLIDATE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_SUMMARY_CONSOLIDATE, status:VALID,
-
Table: IBY_PAY_INSTRUCTIONS_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_ALL, object_name:IBY_PAY_INSTRUCTIONS_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAY_INSTRUCTIONS_ALL ,
-
TABLE: FV.FV_SUMMARY_CONSOLIDATE_ALL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SUMMARY_CONSOLIDATE_ALL, object_name:FV_SUMMARY_CONSOLIDATE_ALL, status:VALID,
-
TABLE: FV.FV_SUMMARY_CONSOLIDATE_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SUMMARY_CONSOLIDATE_ALL, object_name:FV_SUMMARY_CONSOLIDATE_ALL, status:VALID,
-
Table: IBY_PAY_INSTRUCTIONS_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAY_INSTRUCTIONS_ALL, object_name:IBY_PAY_INSTRUCTIONS_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the payment instructions. Instructions are created based on the Payment Process Request options. Data is inserted in to the table IBY_PAY_INSTRUCTIONS_AL after payment instruction creation, based on the opt , implementation_dba_data: IBY.IBY_PAY_INSTRUCTIONS_ALL ,
-
PACKAGE BODY: APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FEDERAL_PAYMENT_FIELDS_PKG, status:VALID,
-
PACKAGE BODY: APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FEDERAL_PAYMENT_FIELDS_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG SQL Statements
12.2.2
-
APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG dependencies on FV_INSTALL
12.1.1
-
APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG SQL Statements
12.1.1
-
APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG dependencies on FV_INSTALL
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG
12.2.2
-
PACKAGE: APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG
12.1.1
-
PACKAGE BODY: APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG
12.2.2
-
PACKAGE BODY: APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG
12.1.1
-
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