Search Results inv_date_fk
Overview
FII_AP_INV_ON_HOLD_FCV is a collection view owned by the APPS schema within the FII (Financial Intelligence) product family of Oracle E-Business Suite, applicable to releases 12.1.1 and 12.2.2. It serves as the staging and collection layer for the FII_AP_INV_ON_HOLD_F fact table, which is part of the Financial Intelligence extract, transform, and load (ETL) architecture used to populate the Oracle Business Intelligence / Financial Intelligence data warehouse. In this role, the view presents invoice-on-hold transactional data drawn from Payables source tables, denormalized and conformed for downstream fact loading.
The view exposes surrogate foreign keys to conformed dimensions (employee, supplier, geography, inventory organization, payment term, set of books, currency, date, and GL account) alongside degenerate identifiers and additive measures. In practice, FII_AP_INV_ON_HOLD_FCV is read by FII ETL programs to populate the fact, and may be queried directly for diagnostics in custom reports where the pre-aggregated FII tables are not required.
Underlying Base Objects
The documented ETRM metadata records no referenced base objects for this view. Conceptually, the view is defined over the Payables invoice interface, hold, and invoice-line source structures (such as AP_INVOICES_ALL, AP_HOLDS_ALL, and AP_PAYMENT_TERMS) together with FII reference tables used to resolve the dimension surrogate keys exposed in the projection. The presence of columns such as INV_ON_HOLD_PK, INV_FK, SUPPLIER_FK, and PAYMENT_TERM_FK indicates the view is a join of transactional Payables data with FII dimension mappings. Because no definitive base object list is documented in ETRM, the exact join graph should be verified by inspecting ALL_VIEWS.TEXT or DBMS_METADATA.GET_DDL for the specific patch level.
Key Columns
- SEQ_ID, INV_ON_HOLD_PK — ETL sequence and the source primary key for each invoice-on-hold record.
- INV_FK, SUPPLIER_FK, EMPLOYEE_FK — Surrogate keys to invoice, supplier, and employee dimensions.
- PAYMENT_TERM_FK — Surrogate key resolving to the FII payment-term dimension, used to attribute invoice holds to payment terms. This is the column referenced by searches on "payment_term_fk."
- INV_CURRENCY_FK, INV_DATE_FK, ORG_FK, SOB_FK, GEOGRAPHY_FK, SIC_CODE_FK, DUNS_FK — Additional conformed dimension references.
- INV_AMT_ON_HOLD_B / _G / _T — Amount on hold in entered, accounted (global), and reporting currencies.
- INV_ON_HOLD_COUNT, INV_NUM, INV_TYPE, INV_SOURCE_FK — Hold count and descriptive invoice attributes.
- EXCHANGE_RATE, EXCHANGE_RATE_TYPE, GLOBAL_CURRENCY_RATE, EXCHANGE_DATE — Currency conversion inputs.
- GL_ACCT1_FK through GL_ACCT8_FK — Up to eight account segment foreign keys decoded from GL_SEG, with the "NA_EDW" sentinel retained for unmapped segments.
- CREATION_DATE, DELETION_DATE, LAST_UPDATE_DATE, INSTANCE, INSTANCE_FK, SET_OF_BOOKS_ID, CHART_OF_ACCOUNTS_ID — ETL lifecycle and ledger context columns.
Common Use Cases and Queries
Typical uses include validating the ETL load into FII_AP_INV_ON_HOLD_F, analyzing holds by payment term, and joining to FII dimensions for reporting.
- List invoices on hold with their payment term key and amount:
SELECT INV_NUM, SUPPLIER_FK, PAYMENT_TERM_FK, INV_TYPE, INV_AMT_ON_HOLD_B, INV_ON_HOLD_COUNT FROM APPS.FII_AP_INV_ON_HOLD_FCV WHERE INV_ON_HOLD_COUNT > 0; - Reconcile totals by set of books and currency:
SELECT SOB_FK, SET_OF_BOOKS_ID, INV_CURRENCY_FK, SUM(INV_AMT_ON_HOLD_G) FROM APPS.FII_AP_INV_ON_HOLD_FCV GROUP BY SOB_FK, SET_OF_BOOKS_ID, INV_CURRENCY_FK; - Identify rows to review for missing dimension mappings (for example, NULL PAYMENT_TERM_FK) prior to fact load.
Because the view is an ETL-facing object, direct updates are not supported; all corrective action should target the underlying Payables or FII reference data.
-
View: FII_AP_INV_ON_HOLD_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_INV_ON_HOLD_FCV is the collection view for FII_AP_INV_ON_HOLD_F fact , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_INV_ON_HOLD_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_ON_HOLD_FCV, object_name:FII_AP_INV_ON_HOLD_FCV, status:VALID, product: FII - Financial Intelligence , description: FII_AP_INV_ON_HOLD_FCV is the collection view for FII_AP_INV_ON_HOLD_F fact , implementation_dba_data: APPS.FII_AP_INV_ON_HOLD_FCV ,
-
VIEW: APPS.FII_AP_INV_ON_HOLD_FCV
12.1.1
-
View: FII_AP_SCH_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_SCH_PAYMTS_FCV, object_name:FII_AP_SCH_PAYMTS_FCV, status:VALID, product: FII - Financial Intelligence , description: None. Internal Table. , implementation_dba_data: APPS.FII_AP_SCH_PAYMTS_FCV ,
-
View: FIIBV_AP_INV_ON_HOLD_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_INV_ON_HOLD_FCV is the base view for FIIBV_AP_INV_ON_HOLD_F fact , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AP_SCH_PAYMTS_FCV
12.1.1
-
View: FIIBV_AP_INV_ON_HOLD_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_INV_ON_HOLD_FCV, object_name:FIIBV_AP_INV_ON_HOLD_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_AP_INV_ON_HOLD_FCV is the base view for FIIBV_AP_INV_ON_HOLD_F fact , implementation_dba_data: APPS.FIIBV_AP_INV_ON_HOLD_FCV ,
-
VIEW: APPS.FII_AP_INV_ON_HOLD_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_ON_HOLD_FCV, object_name:FII_AP_INV_ON_HOLD_FCV, status:VALID,
-
APPS.FII_AP_INV_ON_HOLD_F_C SQL Statements
12.1.1
-
View: FII_AP_SCH_PAYMTS_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: None. Internal Table. , implementation_dba_data: Not implemented in this database ,
-
APPS.FII_AP_SCH_PAYMTS_F_C SQL Statements
12.1.1
-
VIEW: APPS.FIIBV_AP_INV_ON_HOLD_FCV
12.1.1
-
VIEW: APPS.FIIBV_AP_INV_ON_HOLD_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_INV_ON_HOLD_FCV, object_name:FIIBV_AP_INV_ON_HOLD_FCV, status:VALID,
-
VIEW: APPS.FII_AP_SCH_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_SCH_PAYMTS_FCV, object_name:FII_AP_SCH_PAYMTS_FCV, status:VALID,
-
View: FIIBV_AP_SCH_PAYMTS_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_SCH_PAYMTS_FCV is the base view for FII_AP_SCH_PAYMTS_F fact , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AP_SCH_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_SCH_PAYMTS_FCV, object_name:FIIBV_AP_SCH_PAYMTS_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_AP_SCH_PAYMTS_FCV is the base view for FII_AP_SCH_PAYMTS_F fact , implementation_dba_data: APPS.FIIBV_AP_SCH_PAYMTS_FCV ,
-
VIEW: APPS.FIIBV_AP_SCH_PAYMTS_FCV
12.1.1
-
TABLE: FII.FII_AP_INV_ON_HOLD_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_ON_HOLD_FSTG, object_name:FII_AP_INV_ON_HOLD_FSTG, status:VALID,
-
VIEW: APPS.FIIBV_AP_SCH_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_SCH_PAYMTS_FCV, object_name:FIIBV_AP_SCH_PAYMTS_FCV, status:VALID,
-
PACKAGE BODY: APPS.FII_AP_SCH_PAYMTS_F_C
12.1.1
-
PACKAGE BODY: APPS.FII_AP_INV_ON_HOLD_F_C
12.1.1
-
TABLE: FII.FII_AP_SCH_PAYMTS_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_SCH_PAYMTS_FSTG, object_name:FII_AP_SCH_PAYMTS_FSTG, 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 ,