Search Results all_fk
Overview
FIIBV_AP_IVSR_INV_SOURCE_LCV is a base view within the Oracle Financial Intelligence (FII) product family, designated in Oracle EBS documentation as an obsolete component. Its purpose is to materialize the Invoice Source level of the Invoice Source dimension used by Financial Intelligence analytics and extract-transform-load processes. In releases 12.1.1 and 12.2.2, FII was progressively superseded by Oracle Business Intelligence Applications and the Enterprise Data Warehouse (EDW) model, so this view is encountered primarily in legacy installations, historical ETRM references, or migration audits rather than in active production schemas. The ETRM metadata explicitly notes that the object is not implemented in the reference database, meaning the definition is preserved for documentation and lineage purposes but the physical view may not exist in a given environment.
The view consolidates two distinct populations of invoice source values: the seeded or user-defined lookup codes held in FND lookups, and the distinct source values actually assigned to invoices in the payables tables. This union-based design ensures the dimension remains complete even when an invoice carries a source value that was never formally defined as a lookup code.
Underlying Base Objects
According to the documented view text, FIIBV_AP_IVSR_INV_SOURCE_LCV is defined over three principal base objects:
- AP_LOOKUP_CODES — filtered with the predicate LOOKUP_TYPE = 'SOURCE' to retrieve the canonical invoice source lookup values from the Oracle Application Object Library lookup model.
- AP_INVOICES_ALL — queried for distinct SOURCE values not already present in the lookup codes, ensuring completeness of the dimension.
- EDW_INSTANCE — an Enterprise Data Warehouse package used to stamp each row with the instance identifier via EDW_INSTANCE.GET_CODE, truncated to 40 bytes.
The ETRM record lists no formally documented referenced base objects, reflecting the object's obsolete status, but the embedded SQL clearly establishes these dependencies. The view is the Invoice Source level of a larger dimension hierarchy, and is typically joined to fact views through the INSTANCE and ALL_FK columns.
Key Columns
- INV_SOURCE_PK — the natural primary key for the dimension level, sourced from LOOKUP_CODE or the distinct AI.SOURCE value.
- ALL_FK — a literal 'ALL' constant, used as the foreign key to the "All" level of the dimension hierarchy for aggregate roll-ups.
- INSTANCE — the EDW instance code, identifying the source EBS instance in multi-instance warehouse deployments.
- NAME and INV_SOURCE — the descriptive label for the invoice source, both populated from DISPLAYED_FIELD or AI.SOURCE.
- LAST_UPDATE_DATE and CREATION_DATE — derived from START_DATE_ACTIVE or TRUNC(SYSDATE)-1, providing a stable temporal stamp.
- DELETION_DATE and INV_SOURCE_DP — placeholders returned as NULL.
- _DF columns — data lineage descriptors mapping the source to FND, AP_INVOICES, AP_GOV_DETAIL_INVOICES, and JG_AP_INVOICES, which support EDW traceability.
Common Use Cases and Queries
Because the view is obsolete and may not exist physically, the most practical uses are lineage analysis, ETL reconciliation, and migration mapping. A representative query to enumerate dimension members is:
SELECT INV_SOURCE_PK, NAME, INV_SOURCE, INSTANCE FROM FIIBV_AP_IVSR_INV_SOURCE_LCV ORDER BY NAME;
To reconcile sources present on invoices but absent from the lookup table, the union's second branch can be replicated directly against AP_INVOICES_ALL. The ALL_FK column supports aggregate reporting, for example joining fact data on ALL_FK = 'ALL' to obtain totals across every invoice source. The all_fk term referenced in the originating search reflects this constant column, which is characteristic of FII dimension base views and is not a physical foreign key constraint.
-
View: FIIBV_AP_IVSR_INV_SOURCE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_IVSR_INV_SOURCE_LCV is the base view for Invoice Source level of Invoice Source dimension , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_PTRM_PAY_TERM_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_PROJ_PRJ_TYP_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_PROJ_CATEG7_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PROJ_CATEG7_LCV is the Category 7 source view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_PROJ_CATEG4_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PROJ_CATEG4_LCV is the Category 4 source view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_ARDN_DOC_NUM_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_ARDN_DOC_NUM_LCV is the collection view for AR Document Number level of AR Document Number dimension , implementation_dba_data: Not implemented in this database ,
-
View: FII_PROJ_CATEG1_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PROJ_CATEG1_LCV is the Category 1 source view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_PROJ_CATEG6_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PROJ_CATEG6_LCV is the Category 6 source view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_PROJ_CATEG5_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PROJ_CATEG5_LCV is the Category 5 source view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_ARTT_CODE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_ARTT_CODE_LCV is the collection view for AR Transaction Code level of AR Transaction Type dimension , implementation_dba_data: Not implemented in this database ,
-
View: FII_PROJ_CATEG3_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PROJ_CATEG3_LCV is the Category 3 source view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_PROJ_CATEG2_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PROJ_CATEG2_LCV is the Category 2 source view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_GL_BOOK_BOOK_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_GL_BOOK_BOOK_LCV is the collection view for GL Book level of GL Book dimension , implementation_dba_data: Not implemented in this database ,
-
View: FII_PA_EXP_TYPES_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PA_EXP_TYPES_V is the Project Expenditure Type level source view for the Project Expenditure Type dimension in EDW' , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_RLSE_RELEASE_TYPE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_RLSE_RELEASE_TYPE_LCV is the collection view for Release Type level of Release dimension , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_HOLD_HOLD_TYPE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_HOLD_HOLD_TYPE_LCV is the collection view for Hold Type level of AP Hold dimension , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_AP_APPY_PYMT_MTHD_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_AP_APPY_PYMT_MTHD_LCV is the collection view for Payment Method level of AP Payment dimension , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_IVTY_INV_TYPE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_CURR_CURRENCY_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_CURR_CURRENCY_LCV is the collection view for currency level of currency dimension , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AP_ILTY_INV_LN_TYP_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_ILTY_INV_LN_TYP_LCV is the base view for Invoice Line Type level of Invoice Line Type dimension , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_IVSR_INV_SOURCE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_IVSR_INV_SOURCE_LCV is the collection view for Invoice Source level of Invoice Source dimension , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AP_RLSE_RELEASE_TYPE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_RLSE_RELEASE_TYPE_LCV is the base view for Release Type level of Release dimension , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_ILTY_INV_LN_TYP_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_ILTY_INV_LN_TYP_LCV is the collection view for Invoice Line Type level of Invoice Line Type dimension , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AP_HOLD_HOLD_TYPE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_HOLD_HOLD_TYPE_LCV is the base view for Hold Type level of AP Hold dimension , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AP_IVTY_INV_TYPE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: None. Internal Table. , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AP_AP_APPY_PYMT_MTHD_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_AP_APPY_PYMT_MTHD_LCV is the base view for Payment Method level of AP Payment dimension , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_CURR_CURRENCY_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_CURR_CURRENCY_LCV is the base view for currency level of currency dimension , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CATEG2_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CATEG2_LCV is the Category 2 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CATEG5_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CATEG5_LCV is the Category 5 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CATEG1_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CATEG1_LCV is the Category 1 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CATEG4_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CATEG4_LCV is the Category 4 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_SICM_SIC_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CATEG6_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CATEG6_LCV is the Category 6 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CATEG7_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CATEG7_LCV is the Category 7 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CATEG3_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CATEG3_LCV is the Category 3 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_GL_BOOK_BOOK_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_GL_BOOK_BOOK_LCV is the base view for GL Book level of GL Book dimension , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_PRJ_TYP_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_PRJ_TYP_LCV is the Project Type level base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AR_ARDN_DOC_NUM_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AR_ARDN_DOC_NUM_LCV is the base view for AR Document Number level of AR Document Number dimension , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AR_ARTT_CODE_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AR_ARTT_CODE_LCV is the base view for AR Transaction Code level of AR Transaction Type dimension , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PA_EXP_TYPES_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_EXP_TYPES_V is the Project Expenditure Type level base view for the Project Expenditure Type dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_RESR_REV_SRC_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,