Search Results locator_fk
Overview
APPS.OPI_EDW_OPI_RES_UTIL_FCV is an Oracle E-Business Suite view that serves as a flattened, load-ready feeder for the Oracle Process Manufacturing (OPM) resource utilization subject area within the Enterprise Data Warehouse (EDW). The suffix "FCV" denotes a "flat change view" pattern commonly used in the Oracle EBS EDW integration layer, where dimensional foreign keys are pre-computed and cast into a denormalized, string-based surrogate format suitable for downstream extraction, transformation, and load (ETL) processing.
Rather than presenting normalized OPM transactional columns, the view synthesizes composite key strings for resource utilization records, plant locators, resources, time, unit of measure, and instance context. In the context of Oracle EBS 12.1.1 and 12.2.2, this view falls within the OPI (Oracle Process Industries) EDW schema and is exposed to the APPS synonym layer for reporting and integration consumption. It is not a user-facing transactional view; it is intended for the EDW staging and dimensional conforming process.
Underlying Base Objects
The documented view text references two base objects:
- EDW_LOCAL_INSTANCE INST — Supplies the INSTANCE_CODE, which is appended to multiple composite keys to identify the source EDW instance. This allows the same view to attribute records to the correct EDW local instance in distributed or multi-instance deployments.
- OPI_EDW_RES_UTIL_PUSH_LOG LOG — The primary transactional source, a push log table holding resource utilization facts such as RES_UTIL_PK, ORGANIZATION_CODE, RESOURCE_CODE, DEPARTMENT_CODE, TRX_DATE, SOB_ID, UOM, ACT_RES_USAGE, and AVAIL_RES.
The view is a simple Cartesian join with no documented WHERE clause, meaning every instance row is paired with every push log row. No additional base objects are documented in the ETRM metadata. The EDW_TIME_PKG.CAL_DAY_FK function is invoked to derive the calendar day foreign key.
Key Columns
- RES_UTIL_PK — Concatenation of RES_UTIL_PK, instance code, and the literal suffix "-OPI"; uniquely identifies the resource utilization fact.
- LOCATOR_FK — Composed as ORGANIZATION_CODE || '-' || INSTANCE_CODE || '-PLNT'. This is the column referenced by the "locator_fk" search term; it represents the plant/organization locator dimension key.
- RES_FK — Composite of resource, department, organization, and instance codes, identifying the resource dimension.
- TRX_DATE_FK — Derived via EDW_TIME_PKG.CAL_DAY_FK(TRX_DATE, SOB_ID, INSTANCE_CODE); the calendar day dimension key.
- UOM_FK and INSTANCE_FK — Unit-of-measure and instance dimension keys.
- ACT_RES_USAGE / AVAIL_RES — Actual resource usage and available resource measures.
- DEPARTMENT, TRX_DATE — Descriptive and date attributes; several columns are hard-coded as 'NA_EDW' or NULL placeholders.
Common Use Cases and Queries
Typical usage involves EDW extraction jobs that read pre-keyed rows for loading the resource utilization fact and locator dimensions. A sample query filtering by locator follows:
SELECT RES_UTIL_PK, LOCATOR_FK, RES_FK, TRX_DATE_FK, ACT_RES_USAGE, AVAIL_RES FROM APPS.OPI_EDW_OPI_RES_UTIL_FCV WHERE LOCATOR_FK LIKE '%PLNT';
Because LOCATOR_FK embeds the instance code, queries can segment by EDW instance. Analysts should note that the unconditional join can yield a Cartesian fan-out when EDW_LOCAL_INSTANCE contains multiple rows; filtering to the intended instance code is advisable before use in downstream joins or aggregations.
-
VIEW: APPS.OPI_EDW_OPI_RES_UTIL_FCV
12.1.1
-
View: OPI_EDW_OPI_RES_UTIL_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This is the source view for extracting job-resource data from the Discrete Manufacturing source tables. , implementation_dba_data: Not implemented in this database ,
-
View: OPI_EDW_OPI_RES_UTIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPI_RES_UTIL_FCV, object_name:OPI_EDW_OPI_RES_UTIL_FCV, status:VALID, product: OPI - Operations Intelligence , description: This is the source view for extracting job-resource data from the Discrete Manufacturing source tables. , implementation_dba_data: APPS.OPI_EDW_OPI_RES_UTIL_FCV ,
-
APPS.OPI_EDW_OPM_RES_UTIL_F_C SQL Statements
12.1.1
-
VIEW: APPS.EDW_MTL_LOCATOR_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_LOCATOR_FKV, object_name:EDW_MTL_LOCATOR_FKV, status:VALID,
-
APPS.OPI_EDW_OPI_RES_UTIL_F_C SQL Statements
12.1.1
-
View: OPI_EDW_OPM_RES_UTIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPM_RES_UTIL_FCV, object_name:OPI_EDW_OPM_RES_UTIL_FCV, status:VALID, product: OPI - Operations Intelligence , description: This view contains the extraction logic for data to the Resource Utilization fact from process manufacturing side. , implementation_dba_data: APPS.OPI_EDW_OPM_RES_UTIL_FCV ,
-
View: OPI_EDW_OPM_RES_UTIL_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This view contains the extraction logic for data to the Resource Utilization fact from process manufacturing side. , implementation_dba_data: Not implemented in this database ,
-
View: POA_EDW_RECEIVING_TXN_FCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: POA_EDW_RECEIVING_TXN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_RECEIVING_TXN_FCV, object_name:POA_EDW_RECEIVING_TXN_FCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_EDW_RECEIVING_TXN_FCV ,
-
VIEW: APPS.POA_EDW_RECEIVING_TXN_FCV
12.1.1
-
VIEW: APPS.OPI_EDW_OPM_RES_UTIL_FCV
12.1.1
-
View: OPI_EDW_OPM_JOB_RSRC_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPM_JOB_RSRC_FCV, object_name:OPI_EDW_OPM_JOB_RSRC_FCV, status:VALID, product: OPI - Operations Intelligence , description: This is the source view for extracting job-resource data from the Process Manufacturing source tables. , implementation_dba_data: APPS.OPI_EDW_OPM_JOB_RSRC_FCV ,
-
View: OPI_EDW_OPM_JOB_RSRC_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This is the source view for extracting job-resource data from the Process Manufacturing source tables. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OPI_EDW_OPM_RES_UTIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPM_RES_UTIL_FCV, object_name:OPI_EDW_OPM_RES_UTIL_FCV, status:VALID,
-
APPS.OPI_EDW_INV_DAILY_STAT_F_C SQL Statements
12.1.1
-
View: EDW_MTL_LOCATOR_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_LOCATOR_FKV, object_name:EDW_MTL_LOCATOR_FKV, status:VALID, product: OPI - Operations Intelligence , description: Foreign Key View for the Locator level in the Inventory Location Dimension. The view will return the DataWarehouse Foreign key corresponding to the OLTP locator. You can also use the get_locator_fk API to do the same. , implementation_dba_data: APPS.EDW_MTL_LOCATOR_FKV ,
-
View: EDW_MTL_LOCATOR_FKV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Foreign Key View for the Locator level in the Inventory Location Dimension. The view will return the DataWarehouse Foreign key corresponding to the OLTP locator. You can also use the get_locator_fk API to do the same. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OPI_EDW_OPI_RES_UTIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPI_RES_UTIL_FCV, object_name:OPI_EDW_OPI_RES_UTIL_FCV, status:VALID,
-
View: OPI_EDW_OPI_JOB_RSRC_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This is the source view for extracting job-resource data from the Discrete Manufacturing source tables. , implementation_dba_data: Not implemented in this database ,
-
View: OPI_EDW_OPI_JOB_RSRC_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPI_JOB_RSRC_FCV, object_name:OPI_EDW_OPI_JOB_RSRC_FCV, status:VALID, product: OPI - Operations Intelligence , description: This is the source view for extracting job-resource data from the Discrete Manufacturing source tables. , implementation_dba_data: APPS.OPI_EDW_OPI_JOB_RSRC_FCV ,
-
View: OPI_EDW_OPIINV_DAILY_STAT_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This is the source view for extracting Invetory Daily Transaction Summary data from the discrete Manufacturing source tables. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.POABV_EDW_RECEIVING_TXN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POABV_EDW_RECEIVING_TXN_FCV, object_name:POABV_EDW_RECEIVING_TXN_FCV, status:VALID,
-
View: OPI_EDW_OPMINV_DAILY_STAT_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPMINV_DAILY_STAT_FCV, object_name:OPI_EDW_OPMINV_DAILY_STAT_FCV, status:VALID, product: OPI - Operations Intelligence , description: This is the source view for extracting Invetory Daily Transaction Summary data from the Process Manufacturing source tables. , implementation_dba_data: APPS.OPI_EDW_OPMINV_DAILY_STAT_FCV ,
-
APPS.OPI_EDW_OPM_JOB_RSRC_F_C SQL Statements
12.1.1
-
View: OPI_EDW_OPIINV_DAILY_STAT_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPIINV_DAILY_STAT_FCV, object_name:OPI_EDW_OPIINV_DAILY_STAT_FCV, status:VALID, product: OPI - Operations Intelligence , description: This is the source view for extracting Invetory Daily Transaction Summary data from the discrete Manufacturing source tables. , implementation_dba_data: APPS.OPI_EDW_OPIINV_DAILY_STAT_FCV ,
-
VIEW: APPS.OPI_EDW_OPI_JOB_RSRC_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPI_JOB_RSRC_FCV, object_name:OPI_EDW_OPI_JOB_RSRC_FCV, status:VALID,
-
View: OPI_EDW_OPMINV_DAILY_STAT_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This is the source view for extracting Invetory Daily Transaction Summary data from the Process Manufacturing source tables. , implementation_dba_data: Not implemented in this database ,
-
TABLE: OPI.OPI_EDW_RES_UTIL_FSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_RES_UTIL_FSTG, object_name:OPI_EDW_RES_UTIL_FSTG, status:VALID,
-
VIEW: APPS.POA_EDW_RECEIVING_TXN_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_RECEIVING_TXN_FCV, object_name:POA_EDW_RECEIVING_TXN_FCV, status:VALID,
-
VIEW: APPS.OPI_EDW_OPI_JOB_RSRC_FCV
12.1.1
-
VIEW: APPS.OPI_EDW_OPIINV_DAILY_STAT_FCV
12.1.1
-
APPS.OPI_EDW_OPM_JOB_DETAIL_F_C SQL Statements
12.1.1
-
APPS.OPI_EDW_OPMINV_DAILY_STAT_F_C SQL Statements
12.1.1
-
View: OPI_EDW_OPMCOGS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPMCOGS_FCV, object_name:OPI_EDW_OPMCOGS_FCV, status:VALID, product: OPI - Operations Intelligence , description: This is the source view for extracting Cost of gods sold and shipment data from the Process Manufacturing source tables. , implementation_dba_data: APPS.OPI_EDW_OPMCOGS_FCV ,
-
View: OPI_EDW_OPMCOGS_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: This is the source view for extracting Cost of gods sold and shipment data from the Process Manufacturing source tables. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OPI_EDW_OPM_JOB_RSRC_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPM_JOB_RSRC_FCV, object_name:OPI_EDW_OPM_JOB_RSRC_FCV, status:VALID,
-
VIEW: APPS.OPI_EDW_OPM_JOB_RSRC_FCV
12.1.1
-
APPS.POA_EDW_RCV_TXNS_F_C SQL Statements
12.1.1
-
APPS.OPI_EDW_OPMCOGS_F_C SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OPI_EDW_OPM_RES_UTIL_F_C
12.1.1
-
PACKAGE BODY: APPS.OPI_EDW_OPI_RES_UTIL_F_C
12.1.1
-
APPS.OPI_EDW_OPI_JOB_DETAIL_F_C SQL Statements
12.1.1
-
VIEW: APPS.OPI_EDW_OPMINV_DAILY_STAT_FCV
12.1.1
-
VIEW: APPS.OPI_EDW_OPMCOGS_FCV
12.1.1
-
APPS.OPI_EDW_OPI_JOB_RSRC_F_C SQL Statements
12.1.1
-
View: CST_EDW_COGS_V
12.1.1
product: BOM - Bills of Material , implementation_dba_data: Not implemented in this database ,
-
View: CST_EDW_COGS_V
12.2.2
product: BOM - Bills of Material , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OPI_EDW_OPI_JOB_DETAIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPI_JOB_DETAIL_FCV, object_name:OPI_EDW_OPI_JOB_DETAIL_FCV, status:VALID,
-
VIEW: APPS.OPI_EDW_COGS_FCV
12.1.1
owner:APPS, object_type:VIEW, object_name:OPI_EDW_COGS_FCV, status:VALID,