Search Results fii_ap_inv_b
Overview
The FII_AP_INV_B table is a core data repository within the Oracle E-Business Suite (EBS) Financial Intelligence (FII) module. It functions as a summary table specifically designed to hold aggregated Accounts Payable (AP) information. Its primary role is to serve as a high-performance data source for the analytical portlets and dashboards within the AP and Procure-to-Pay Analysis (POA) areas of the FII application. By pre-aggregating transactional data, it enables efficient reporting and real-time business intelligence on key AP metrics, supporting strategic financial analysis and operational oversight without directly querying the underlying transactional tables.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the table's description and foreign key relationships indicate it stores summarized AP invoice and related data. Key fields logically include aggregated amounts (e.g., invoice amount, amount paid, discount taken), invoice counts, and date-based summaries (by due date, invoice date). Crucially, the documented foreign keys reveal it stores identifiers linking to source transactional entities. The column EXP_REPORT_HEADER_ID links to expense reports via AP_EXPENSE_REPORT_HEADERS_ALL, and PO_RELEASE_ID links to purchase order releases via PO_RELEASES_ALL. This suggests the summary encompasses both standard invoices and expense reports, and is integrated with procurement data.
Common Use Cases and Queries
This table is primarily accessed for predefined FII portlets and for building custom analytical reports. Common use cases include analyzing outstanding AP liabilities, tracking invoice payment performance, and monitoring expense report volumes. A typical analytical query would join this summary table to dimension tables (like time, supplier, and ledger) from the FII schema to produce reports. A sample pattern for summarizing aged payables might be:
- SELECT time_fiscal_year, supplier_name, SUM(invoice_amount) total_liability
- FROM fii_ap_inv_b inv, fii_suppliers sup, fii_time_day time
- WHERE inv.supplier_id = sup.supplier_id
- AND inv.invoice_date = time.report_date
- AND inv.amount_remaining > 0
- GROUP BY time_fiscal_year, supplier_name;
Direct operational reporting or data modification on this table is discouraged, as it is a derived summary maintained by the FII data collection and refresh processes.
Related Objects
The FII_AP_INV_B table is integral to the FII data model. As per the metadata, it has direct foreign key relationships to two core EBS transactional tables: AP_EXPENSE_REPORT_HEADERS_ALL and PO_RELEASES_ALL. It is also a central fact table that is almost certainly joined to various FII dimension tables (e.g., FII_TIME_DAY, FII_SUPPLIERS, FII_LEADERS) to provide contextual analysis. The table supports specific AP and POA portlets, implying dependencies from those application components. Its data is populated and refreshed via dedicated FII data collection programs that extract and transform data from the underlying AP, PO, and GL source modules.
-
Table: FII_AP_INV_B
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_B, object_name:FII_AP_INV_B, status:VALID, product: FII - Financial Intelligence , description: This table holds AP Summary Information. It is used to support AP and POA portlets. , implementation_dba_data: FII.FII_AP_INV_B ,
-
Table: FII_AP_INV_B
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: This table holds AP Summary Information. It is used to support AP and POA portlets. , implementation_dba_data: Not implemented in this database ,
-
APPS.FII_GL_TOP_SPENDERS_PKG dependencies on FII_AP_INV_B
12.1.1
-
APPS.FII_AP_INV_B_C dependencies on FII_AP_INV_B
12.1.1
-
APPS.FII_RECONVERSION_PKG dependencies on FII_AP_INV_B
12.1.1
-
VIEW: APPS.FII_AP_INV_B_V1
12.1.1
-
APPS.FII_GL_TOP_SPENDERS_PKG dependencies on FII_COM_CC_MAPPINGS
12.1.1
-
APPS.FII_GL_TOP_SPENDERS_PKG dependencies on FII_TIME_DAY
12.1.1
-
VIEW: APPS.FII_AP_INV_B_V2
12.1.1
-
SYNONYM: APPS.FII_AP_INV_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FII_AP_INV_B, status:VALID,
-
APPS.FII_AP_INV_B_C dependencies on AP_DUPLICATE_VENDORS_ALL
12.1.1
-
APPS.FII_AP_INV_B_C dependencies on FII_AP_INV_STG
12.1.1
-
View: FII_AP_INV_B_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_B_V1, object_name:FII_AP_INV_B_V1, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AP_INV_B_V1 ,
-
MATERIALIZED VIEW: APPS.POA_MID_BS_J_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_MID_BS_J_MV, status:VALID,
-
View: FII_AP_INV_B_V2
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_INV_B_V1
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_INV_B_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_B_V2, object_name:FII_AP_INV_B_V2, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AP_INV_B_V2 ,
-
MATERIALIZED VIEW: APPS.POA_IDL_BS_J_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_IDL_BS_J_MV, status:VALID,
-
PACKAGE BODY: APPS.FII_GL_TOP_SPENDERS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_GL_TOP_SPENDERS_PKG, status:VALID,
-
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.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 ,
-
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 ,
-
MATERIALIZED VIEW: APPS.POA_API_BS_J_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_API_BS_J_MV, status:VALID,
-
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 ,
-
APPS.FII_AP_INV_B_C dependencies on XLA_AE_HEADERS
12.1.1
-
PACKAGE BODY: APPS.FII_RECONVERSION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_RECONVERSION_PKG, 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,
-
VIEW: APPS.FII_AP_INV_B_V2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_B_V2, object_name:FII_AP_INV_B_V2, status:VALID,
-
VIEW: APPS.FII_AP_INV_B_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_B_V1, object_name:FII_AP_INV_B_V1, status:VALID,
-
APPS.FII_GL_TOP_SPENDERS_PKG SQL Statements
12.1.1
-
MATERIALIZED VIEW: APPS.POA_MID_BS_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_MID_BS_MV, status:VALID,
-
PACKAGE BODY: APPS.FII_EA_AP_TRAN_PKG
12.1.1
-
MATERIALIZED VIEW: APPS.POA_API_001_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_API_001_MV, status:VALID,
-
APPS.FII_RECONVERSION_PKG dependencies on FII_RECONV_RATES
12.1.1
-
PACKAGE BODY: APPS.FII_GL_TOP_SPENDERS_PKG
12.1.1
-
APPS.FII_EA_AP_TRAN_PKG SQL Statements
12.1.1
-
MATERIALIZED VIEW: APPS.POA_API_002_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_API_002_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.POA_API_BS_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_API_BS_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.POA_IDL_002_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_IDL_002_MV, status:VALID,
-
TABLE: FII.FII_AP_INV_B
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_B, object_name:FII_AP_INV_B, status:VALID,
-
APPS.FII_GL_TOP_SPENDERS_PKG2 SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
MATERIALIZED VIEW: APPS.POA_IDL_BS_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_IDL_BS_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.POA_IDL_001_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:POA_IDL_001_MV, status:VALID,
-
APPS.FII_RECONVERSION_PKG dependencies on GL_LEDGERS_PUBLIC_V
12.1.1
-
APPS.FII_AP_INV_B_C SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.FII_RECONVERSION_PKG dependencies on FII_TIME_DAY
12.1.1
-
APPS.FII_AP_INV_B_C dependencies on FII_UTIL
12.1.1
-
APPS.FII_RECONVERSION_PKG SQL Statements
12.1.1