Search Results edw_local_instance
Overview
EDW_PROJECT_MPV is a database view historically shipped under the FII – Financial Intelligence product family. In the Oracle EBS 12.1.1 and 12.2.2 release streams, FII is classified as obsolete, meaning the view is retained only for backward compatibility with legacy EDW (Enterprise Data Warehouse) extraction routines and is not part of any currently supported functional flow. Its documented purpose is to serve as a source-side data validity view for project and task records, providing a consolidated, extract-ready projection of project and task keys together with their last update timestamps.
The view is significant in the context of the "edw_local_instance" search because EDW_LOCAL_INSTANCE is the anchor object that supplies the INSTANCE_CODE used to tag each extracted record. By concatenating a source identifier with the instance code, the view produces delta-detection keys that allow ETL processes to determine which project or task records have changed since the last extraction cycle.
Underlying Base Objects
The view text references four base objects:
- PA_TASKS – supplies TASK_ID, PROJECT_ID, PARENT_TASK_ID, and LAST_UPDATE_DATE.
- PA_PROJECTS_ALL – supplies PROJECT_ID and LAST_UPDATE_DATE for project-level records.
- EDW_LOCAL_INSTANCE – supplies INSTANCE_CODE, the value used to stamp each row with its originating instance.
- PJM_SEIBAN_NUMBERS – supplies SEIBAN (project) identifiers used for Seiban-numbered projects.
Documented ETRM metadata records the owner as blank and lists no referenced base objects for the 12.2.2 release, confirming that the object is not implemented in current databases. Where it does exist, it is a UNION ALL of three query blocks, each joining a source table to EDW_LOCAL_INSTANCE to produce a composite key.
Key Columns
- DIM_PK – the composite primary key exposed by the view, formed as
TASK_ID || '-' || INSTANCE_CODE(or the project/Seiban equivalent). This is the value ETL processes use to match source rows to warehouse dimensions. - DIM_PK_DATE – the LAST_UPDATE_DATE carried through from the source record, used for delta detection and change-data-capture filtering.
The first UNION branch emits task-level keys, the second emits project-level keys suffixed with '-PJ-PRJ', and the third emits Seiban project keys. Only leaf tasks are returned, since the query filters on the NOT EXISTS clause or a NULL PARENT_TASK_ID.
Common Use Cases and Queries
Typical usage is confined to legacy EDW staging extracts that need a single, instance-tagged key stream for projects and tasks. A representative query:
SELECT DIM_PK, DIM_PK_DATE FROM EDW_PROJECT_MPV WHERE DIM_PK_DATE > :last_run_date;— incremental extraction.SELECT * FROM EDW_PROJECT_MPV WHERE DIM_PK LIKE '%-PJ-PRJ';— isolate project-level rows.
Because FII is obsolete and the view is not implemented in 12.1.1/12.2.2 databases, it should be treated as reference material only. Replacements should query PA_TASKS, PA_PROJECTS_ALL, and EDW_LOCAL_INSTANCE directly, or adopt the current subledger accounting and BI Publisher extraction views.
-
View: EDW_PROJECT_MPV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: EDW_PROJECT_MPV is the view for data validity on source side. , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_TOP_TASK_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_TOP_TASK_LCV is the Project Top Task level base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_TASK_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_TASK_LCV is the Project Task level base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: EDW_PA_EXP_TYPE_MPV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: EDW_PA_EXP_TYPE_MPV is the view for data validity on source side. , 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_OLTP_INV_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_OLTP_INV_V is an internal view used to support Operations Indicators Portlet , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_OLTP_OPEN_INV_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_OLTP_OPEN_INV_V is an internal view used by Risk Indicator Portlet , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_PROJECT_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_PROJECT_LCV is the Project level base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_REC_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_REC_FCV is an internal view used to support Operations Indicators Portlet , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_PROD_REV_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_PROD_REV_FCV is an internal view used to support Product Revenue Portlet. , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CLS3_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CLS3_LCV is the Class3 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_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: FII_PA_BUDGET_MPV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PA_BUDGET_MPV is the view for data validity on source side. , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CLS7_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CLS7_LCV is the Class 7 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CLS1_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CLS1_LCV is the Class 1 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CLS2_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CLS2_LCV is the Class2 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: FIIBV_PROJ_CLS6_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CLS6_LCV is the Class 6 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_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_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_CLS4_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CLS4_LCV is the Class 4 base view for the Project dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PROJ_CLS5_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PROJ_CLS5_LCV is the Class 5 base view for the Project dimension in EDW , 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_PA_PABU_BUDGET_LCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_PABU_BUDGET_LCV is the Budget level source view for the Project Budget dimension in EDW , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_CASH_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_CASH_FCV is an internal view used to support Operations Indicators Portlet , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_OLTP_CASH_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_OLTP_CASH_V is an internal view used to support Operations Indicators Portlet , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PA_REVENUE_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_REVENUE_F_FCV is the EDW Project Revenue fact base view , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PA_BUDGET_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_BUDGET_F_FCV is the EDW Project Budget fact base view , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PA_COST_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_COST_F_FCV is the EDW Project Cost fact base view , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AP_HOLD_DATA_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_HOLD_DATA_FCV is the base view for FII_AP_HOLD_DATA_F fact , implementation_dba_data: Not implemented in this database ,
-
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: 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 ,
-
View: FIIBV_AP_INV_PAYMTS_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: None. Internal Table. , implementation_dba_data: Not implemented in this database ,
-
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 ,