Search Results fiibv_ap_inv_lines_fcv
Overview
FIIBV_AP_INV_LINES_FCV is a base view belonging to the Financial Intelligence (FII) product family within Oracle E-Business Suite. It functions exclusively as the source view for the FII_AP_INV_LINES_F fact table, part of the Financial Intelligence data warehouse schema. FII was Oracle's early-generation financial analytics offering, predating the later Enterprise Performance Foundation and Financial Services data models, and it is classified as obsolete in Oracle EBS 12.1.1 and 12.2.2.
The view is not a transactional or operational object. Its purpose is to flatten and enrich Accounts Payable invoice distribution data with descriptive attributes and surrogate foreign-key strings suitable for dimensional loading. Each row represents one invoice distribution line combined with context from the associated invoice, supplier, purchase order, accounting period, and inventory item definitions. Because FII is retired, the view is documented for reference and historical understanding rather than for active development.
The metadata states plainly that FIIBV_AP_INV_LINES_FCV is "not implemented in this database," confirming that the object does not exist in the current EBS instance and cannot be queried or compiled there.
Underlying Base Objects
The view text reveals a heavily joined definition. Although the ETRM metadata documents no referenced base objects, the embedded SELECT statement lists the operative tables and, importantly for the user's search, exposes the exact indexes relied upon for the join strategy. The tables include AP_INVOICE_DISTRIBUTIONS, AP_INVOICES, PO_VENDORS, PO_DISTRIBUTIONS, PO_LINE_LOCATIONS, PO_HEADERS, MTL_UNITS_OF_MEASURE_TL, FND_USER, GL_CODE_COMBINATIONS, GL_SETS_OF_BOOKS, FII_LOOKUPS (aliased LI), and the FII transaction/parameter tables (AID, AI, GCC, GSOB, PV, PD, PL, PLL, PH, MTL, FU, FSP, LI, LS).
The hint block directs the optimizer to use nested-loop joins in a fixed order and to access each driving table through a named unique or primary index. Notably, the alias PLL is accessed via INDEX(PLL PO_LINE_LOCATIONS_U1) — the exact index the user searched for. PO_LINE_LOCATIONS_U1 is the unique primary key index on PO_LINE_LOCATIONS, and the view uses it to resolve purchase-order line-location detail for each invoice distribution.
Key Columns
The view projects foreign-key surrogate strings rather than plain numeric identifiers, a design characteristic of FII fact-loading views. Key columns include:
- Approval status and sequence — AI.APPROVAL_STATUS and FTP.SEQ_ID convey invoice workflow state and load sequencing.
- INV_LINE_PK — a concatenated key of invoice distribution line number, invoice line number, and org, built from AP_INVOICE_DISTRIBUTIONS.
- UOM_G_FK / UOM_T_FK — unit-of-measure keys resolved through EDW_UTIL.GET_EDW_BASE_UOM and GET_EDW_UOM using MTL units of measure.
- ACCOUNTING_DATE_FK — composite of accounting date, period set name, and accounted period type from GL_SETS_OF_BOOKS.
- EMPLOYEE_FK — derived from FND_USER employee identifiers, with 'NA_EDW' substitution when null.
- SUPPLIER_FK / GEOGRAPHY_FK — vendor-site-based keys qualified by org and instance code.
- INV_FK, INV_CURRENCY_FK, ORG_FK, PAYMENT_TERM_FK, INSTANCE_FK — dimensional keys linking to invoice, currency, operating unit, payment terms, and EBS instance dimensions.
Null handling is standardized: DECODE and NVL expressions convert missing values to the literal 'NA_EDW' so that fact loads never encounter a null foreign key.
Common Use Cases and Queries
Because the view is obsolete and not implemented, practical use is limited to reference and migration analysis. In an FII-enabled historical environment, a typical extraction would resemble:
- Dimensional staging: SELECT INV_LINE_PK, SUPPLIER_FK, ORG_FK, ACCOUNTING_DATE_FK FROM FIIBV_AP_INV_LINES_FCV WHERE APPROVAL_STATUS = 'APPROVED'; used to populate FII_AP_INV_LINES_F.
- Join-path investigation: querying ALL_IND_COLUMNS for PO_LINE_LOCATIONS_U1 to confirm the unique key used by the PLL alias.
- Lineage documentation: mapping FII fact columns back to AP_INVOICE_DISTRIBUTIONS and PO_LINE_LOCATIONS for modernization to contemporary analytics.
For current releases, equivalent AP invoice distribution reporting should be sourced directly from AP_INVOICE_DISTRIBUTIONS joined to PO_DISTRIBUTIONS and PO_LINE_LOCATIONS, since neither the FII view nor its fact table is supported in EBS 12.1.1 or 12.2.2.
-
View: FIIBV_AP_INV_LINES_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_INV_LINES_FCV, object_name:FIIBV_AP_INV_LINES_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_AP_INV_LINES_FCV is the base view for FII_AP_INV_LINES_F fact , implementation_dba_data: APPS.FIIBV_AP_INV_LINES_FCV ,
-
View: FIIBV_AP_INV_LINES_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_INV_LINES_FCV is the base view for FII_AP_INV_LINES_F fact , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.FII_AP_TMP_LINE_PK
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FII_AP_TMP_LINE_PK, status:VALID,
-
PACKAGE: APPS.EDW_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_UTIL, status:VALID,
-
SYNONYM: APPS.EDW_LOCAL_SYSTEM_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_LOCAL_SYSTEM_PARAMETERS, status:VALID,
-
PACKAGE: APPS.EDW_CURRENCY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDW_CURRENCY, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.FII_AP_INV_LINES_FCV
12.1.1
-
VIEW: APPS.FII_AP_INV_LINES_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_LINES_FCV, object_name:FII_AP_INV_LINES_FCV, status:VALID,
-
View: FII_AP_INV_LINES_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_LINES_FCV, object_name:FII_AP_INV_LINES_FCV, status:VALID, product: FII - Financial Intelligence , description: Internal view used for warehouse data extraction. , implementation_dba_data: APPS.FII_AP_INV_LINES_FCV ,
-
SYNONYM: APPS.EDW_LOCAL_INSTANCE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EDW_LOCAL_INSTANCE, status:VALID,
-
View: FII_AP_INV_LINES_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal view used for warehouse data extraction. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.FINANCIALS_SYSTEM_PARAMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FINANCIALS_SYSTEM_PARAMS_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICES_ALL, status:VALID,
-
SYNONYM: APPS.PO_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.GL_CODE_COMBINATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_CODE_COMBINATIONS, status:VALID,
-
SYNONYM: APPS.MTL_UNITS_OF_MEASURE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_UNITS_OF_MEASURE, status:VALID,
-
SYNONYM: APPS.PO_LINE_LOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_LOCATIONS_ALL, status:VALID,
-
VIEW: APPS.FIIBV_AP_INV_LINES_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_INV_LINES_FCV, object_name:FIIBV_AP_INV_LINES_FCV, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
SYNONYM: APPS.FND_USER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_USER, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
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 ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
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 ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,