Search Results fii_ap_inv_stg
Overview
The FII_AP_INV_STG table is a core staging object within the Financial Intelligence (FII) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. As documented in the ETRM, its primary role is to serve as the staging table for Accounts Payable (AP) summary information. In the context of the FII architecture, staging tables are critical intermediary structures. They are populated during the Extract, Transform, and Load (ETL) processes that move data from the transactional source tables (like those in the AP and Purchasing modules) into the FII data warehouse. This table acts as a holding and transformation area where raw transactional data is consolidated, cleansed, and prepared for final loading into the FII's dimensional data models, which power the suite's pre-built analytical and reporting capabilities.
Key Information Stored
While the provided metadata does not list specific columns, the table's description and foreign key relationships define its core purpose. It holds summarized invoice data from the Payables module. Key fields logically include identifiers for the invoice, vendor, and payment terms, along with critical financial amounts such as invoice gross amount, tax, and net amount. Crucially, the documented foreign keys reveal it stores specific transactional IDs, namely EXP_REPORT_HEADER_ID and PO_RELEASE_ID. This indicates the table stages data related to both expense reports and purchase order releases, linking summarized AP information back to its precise transactional origins in other EBS modules for accurate sourcing and reconciliation.
Common Use Cases and Queries
The primary use case for FII_AP_INV_STG is supporting the ETL process for FII's AP-related analytics. It is not typically queried directly for end-user reporting but is essential for data warehouse management. Common operational scenarios include monitoring the staging process for errors or data validation issues before final loads. A sample query might investigate staged records for a specific period or vendor to verify ETL completeness. For example: SELECT COUNT(*), SUM(INVOICE_AMOUNT) FROM FII.FII_AP_INV_STG WHERE CREATION_DATE > SYSDATE-1;. This helps administrators ensure data integrity before it is promoted to the presentation layer. Direct reporting is done against the finalized FII views and cubes, not this staging table.
Related Objects
The ETRM metadata explicitly documents two foreign key relationships where FII_AP_INV_STG references transactional source tables, establishing its role as a data consumer in the staging phase:
- AP_EXPENSE_REPORT_HEADERS_ALL: Joined via
FII_AP_INV_STG.EXP_REPORT_HEADER_ID. This links staged AP summary data to its source expense reports. - PO_RELEASES_ALL: Joined via
FII_AP_INV_STG.PO_RELEASE_ID. This links staged AP summary data to its source purchase order releases.
-
Table: FII_AP_INV_STG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_STG, object_name:FII_AP_INV_STG, status:VALID, product: FII - Financial Intelligence , description: This table is the staging table for AP Summary Information. , implementation_dba_data: FII.FII_AP_INV_STG ,
-
Table: FII_AP_INV_STG
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This table is the staging table for AP Summary Information. , implementation_dba_data: Not implemented in this database ,
-
APPS.FII_AP_INV_B_C dependencies on FII_AP_INV_STG
12.1.1
-
APPS.FII_AP_INV_B_C dependencies on FND_STATS
12.1.1
-
SYNONYM: APPS.FII_AP_INV_STG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FII_AP_INV_STG, status:VALID,
-
APPS.FII_AP_INV_B_C SQL Statements
12.1.1
-
APPS.FII_AP_INV_B_C dependencies on FII_AP_INV_B
12.1.1
-
APPS.FII_AP_INV_B_C dependencies on FII_UTIL
12.1.1
-
APPS.FII_AP_INV_B_C dependencies on FII_AP_INV_RATES_TEMP
12.1.1
-
Table: AP_EXPENSE_REPORT_HEADERS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_HEADERS_ALL, object_name:AP_EXPENSE_REPORT_HEADERS_ALL, status:VALID, product: AP - Payables , description: Header information about employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_HEADERS_ALL ,
-
Table: AP_EXPENSE_REPORT_HEADERS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_EXPENSE_REPORT_HEADERS_ALL, object_name:AP_EXPENSE_REPORT_HEADERS_ALL, status:VALID, product: AP - Payables , description: Header information about employee expense reports , implementation_dba_data: AP.AP_EXPENSE_REPORT_HEADERS_ALL ,
-
Table: PO_RELEASES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
APPS.FII_AP_INV_B_C dependencies on FII_CURRENCY
12.1.1
-
Table: PO_RELEASES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
APPS.FII_AP_INV_B_C dependencies on FII_AP_UNPOST_HEADERS_T
12.1.1
-
TABLE: FII.FII_AP_INV_STG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_STG, object_name:FII_AP_INV_STG, status:VALID,
-
PACKAGE BODY: APPS.FII_AP_INV_B_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_AP_INV_B_C, status:VALID,
-
PACKAGE BODY: APPS.FII_AP_INV_B_C
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.FII_AP_INV_B_C dependencies on FII_AP_SUM_WORK_JOBS
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,