Search Results fii_ap_inv_lines_fstg
Overview
FII_AP_INV_LINES_FSTG is a staging (interface) table owned by the FII schema within the Oracle EBS Financial Intelligence product family. It serves as the inbound landing zone for Accounts Payable invoice line facts before they are validated, transformed, and loaded into the Financial Intelligence data warehouse. In EBS 12.1.1 and 12.2.2, Financial Intelligence extracts transactional AP data from the operational schemas (primarily AP and PO) and consolidates it into fact and dimension structures used for analytical reporting. This table holds the line-level grain of that pipeline, capturing invoiced quantities, matched and unmatched amounts, price and quantity variances, distribution references, and the surrounding accounting context. Its documented physical schema in ETRM 12.1.1 spans 182 columns.
From a Data Vault modeling perspective, the metadata classifies this object heuristically as standalone. This suggests it functions less as a pure hub or link and more as a wide satellite-style staging container that aggregates descriptive attributes and measures around the invoice line business key, rather than defining foreign-key-driven relationships to other hubs.
Key Information Stored
The table carries both surrogate keys and natural business identifiers, alongside a broad set of monetary measures expressed in transaction, entered, and base currencies.
- INV_LINE_PK — the natural business key for the invoice line; the primary candidate for uniquely identifying a staging record.
- ROW_ID — surrogate-style identifier and the only documented foreign key, referencing CS_SYSTEMS_ALL_B_TEMP.
- INV_NUM / VOUCHER_NUMBER — invoice number and voucher identifier linking back to the AP invoice header.
- PO_NUMBER — purchase order reference for matched invoices.
- SUPPLIER_FK / SUPPLIER_SITE_ID — supplier and supplier site identifiers for payee analysis.
- INV_LINE_AMT_T / _G / _B — invoiced line amount in transaction, entered, and base currencies.
- INV_LINE_COUNT — aggregate line count measure.
- MATCH_LINE_AMT_T / _G / _B and UNMATCH_LINE_AMT_T / _G / _B — matched versus unmatched line amounts.
- QTY_VAR_AMT_T / _G / _B and INV_PRICE_VAR_AMT_T / _G / _B — quantity and price variance amounts.
- QUANTITY_INVOICED_T / _G — invoiced quantity measures.
- ACCOUNTING_DATE / INV_DATE / EXCHANGE_DATE — key date dimensions for period reporting.
- CCID and the GL_ACCT1_FK through GL_ACCT10_FK keys — account and chart-of-accounts decomposition.
- ORG_FK / SOB_FK — operating unit and set-of-books keys for organizational rollups.
- INV_TYPE / APPROVAL_STATUS / MATCH_STATUS_FLAG / POSTED_FLAG — status attributes useful for filtering and reconciliation.
Common Use Cases and Queries
Because this is a staging interface, the dominant use cases involve validation, reconciliation, and downstream fact loading. Typical queries profile staged amounts and variances prior to transformation, or reconcile staged records against posted AP transactions.
- Summing invoiced and variance amounts by operating unit and accounting period: aggregate
INV_LINE_AMT_B,MATCH_LINE_AMT_B, andQTY_VAR_AMT_Bgrouped byORG_FKandACCOUNTING_DATE. - Isolating unmatched or unapproved lines: filter where
MATCH_STATUS_FLAGorAPPROVAL_STATUSindicate exceptions. - Verifying load completeness by comparing
INV_LINE_COUNTagainst upstream AP invoice line counts. - Analyzing price and quantity variance trends by supplier (
SUPPLIER_FK) or category (CATEGORY_ID). - Auditing multi-currency exposure through the transaction-versus-base currency amount columns.
Related Objects
The documented relationship footprint of this table is narrow, reflecting its staging role:
- CS_SYSTEMS_ALL_B_TEMP — referenced via
FII_AP_INV_LINES_FSTG.ROW_ID, providing the system/source registration context for the staged row. - The upstream AP_INVOICE_LINES_ALL and AP_INVOICES_ALL operational tables, which supply source invoice and line data (joined on invoice and line identifiers).
- PO_DISTRIBUTIONS_ALL — referenced through
PO_DISTRIBUTION_IDfor matched purchase-order distributions. - PO_HEADERS_ALL — the source of
PO_NUMBER. - GL_CODE_COMBINATIONS — resolved through
CCIDand the GL account FK keys. - Downstream FII fact and dimension tables loaded from this staging interface.
-
Table: FII_AP_INV_LINES_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_LINES_FSTG, object_name:FII_AP_INV_LINES_FSTG, status:VALID, product: FII - Financial Intelligence , description: Interface table for AP invoice lines fact. , implementation_dba_data: FII.FII_AP_INV_LINES_FSTG ,
-
Table: FII_AP_INV_LINES_FSTG
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Interface table for AP invoice lines fact. , implementation_dba_data: Not implemented in this database ,
-
APPS.EDW_SICM_INV_LINES_HOOK SQL Statements
12.1.1
-
SYNONYM: APPS.FII_AP_INV_LINES_FSTG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FII_AP_INV_LINES_FSTG, status:VALID,
-
APPS.FII_AP_INV_LINES_F_C SQL Statements
12.1.1
-
PACKAGE BODY: APPS.EDW_SICM_INV_LINES_HOOK
12.1.1
-
PACKAGE BODY: APPS.EDW_SICM_INV_LINES_HOOK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDW_SICM_INV_LINES_HOOK, status:VALID,
-
PACKAGE BODY: APPS.FII_AP_INV_LINES_F_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FII_AP_INV_LINES_F_C, status:VALID,
-
PACKAGE BODY: APPS.FII_AP_INV_LINES_F_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
-
12.1.1 DBA Data
12.1.1
-
APPS.EDW_SICM_INV_LINES_HOOK dependencies on FII_AP_INV_LINES_FSTG
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on FII_AP_INV_LINES_FSTG
12.1.1
-
TABLE: FII.FII_AP_INV_LINES_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_LINES_FSTG, object_name:FII_AP_INV_LINES_FSTG, status:VALID,
-
APPS.EDW_SICM_INV_LINES_HOOK dependencies on EDW_ITEM_ITEMREV_LTC
12.1.1
-
APPS.EDW_SICM_INV_LINES_HOOK dependencies on EDW_ITEM_ITEMORG_LTC
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on EDW_LOCAL_INSTANCE
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on FII_FLEX_MAPPING
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on XLA_DISTRIBUTION_LINKS
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on XLA_AE_HEADERS
12.1.1
-
APPS.EDW_SICM_INV_LINES_HOOK dependencies on POA_DNB_TRD_PRTNR
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on XLA_TRANSACTION_ENTITIES
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on XLA_AE_LINES
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on FII_UTIL
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on EDW_LOG
12.1.1
-
APPS.FII_AP_INV_LINES_F_C dependencies on FII_AP_TMP_LINE_PK
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 ,