Search Results مانجاagainst the gods
The OPI_EDW_JOB_RSRC_FSTG
table is a critical staging table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2, primarily used within the Oracle Process Intelligence (OPI) and Enterprise Data Warehouse (EDW) modules. This table serves as an intermediary storage for job resource-related data before it is transformed and loaded into the EDW for analytical reporting and business intelligence purposes. Below is a detailed breakdown of its structure, purpose, and integration within Oracle EBS.
1. Purpose and Functional Context
TheOPI_EDW_JOB_RSRC_FSTG
table is part of Oracle's Process Manufacturing Intelligence (OPI) framework, which consolidates transactional data from manufacturing, supply chain, and financial modules for enterprise-wide reporting. Specifically, this table stages data related to job resources—such as labor, machines, and tools—used in discrete or process manufacturing jobs. It acts as a bridge between source transactional tables (e.g., WIP_JOB_RESOURCES
) and the EDW, ensuring data integrity during extraction, transformation, and loading (ETL) processes.
2. Key Columns and Data Structure
The table typically includes columns to capture:- Resource Details: Resource ID, type (labor/machine), usage rates, and associated costs.
- Job Information: Job ID, operation sequence, and department.
- Time Metrics: Start/end dates, actual vs. planned hours, and efficiency metrics.
- Integration Flags: Status indicators (e.g.,
PROCESS_FLAG
) to track ETL progress.
JOB_ID NUMBER, RESOURCE_ID NUMBER, ACTUAL_HOURS NUMBER, PLANNED_HOURS NUMBER, COST_RATE NUMBER, PROCESS_FLAG VARCHAR2(1), LAST_UPDATE_DATE DATE
3. Integration with Oracle EBS Modules
The table interfaces with multiple EBS modules:- Work in Process (WIP): Sources data from
WIP_JOB_RESOURCES
andWIP_OPERATIONS
. - Inventory (INV): Links resources to material transactions.
- Cost Management (CST): Captures cost rates and variances.
OPI_EDW_JOB_RSRC_FSTG
via Oracle's Data Collection Framework (DCF) or custom PL/SQL scripts, followed by EDW-specific ETL jobs.
4. ETL Process and Data Flow
- Extraction: Data is pulled from transactional tables using predefined SQL queries or APIs.
- Transformation: Calculations (e.g., cost allocations) and validations are applied.
- Loading: Processed data is moved to EDW fact/dimension tables (e.g.,
OPI_JOB_RESOURCE_F
).
PROCESS_FLAG
column ensures idempotency, marking records as processed (Y
/N
).
5. Customization and Performance Considerations
- Indexing: Columns like
JOB_ID
andRESOURCE_ID
should be indexed for faster joins. - Partitioning: Large datasets may benefit from range partitioning by
LAST_UPDATE_DATE
. - Purge Policies: Implement archival strategies to manage table growth.
6. Common Use Cases
- Analyzing resource utilization and efficiency across jobs.
- Cost variance reporting (actual vs. standard).
- Capacity planning and bottleneck identification.
Conclusion
TheOPI_EDW_JOB_RSRC_FSTG
table is a pivotal component in Oracle EBS 12.1.1/12.2.2 for manufacturing analytics. Its design ensures seamless data flow from transactional systems to the EDW, enabling robust performance monitoring and decision-making. Proper configuration and maintenance are essential to support large-scale ETL operations and reporting accuracy.
-
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: EDW_MTL_SUB_INV_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_SUB_INV_FKV, object_name:EDW_MTL_SUB_INV_FKV, status:VALID, product: OPI - Operations Intelligence , description: Foreign Key View for the Sub-Inventory level in the Inventory Location Dimension. The view will return the DataWarehouse Foreign key corresponding to the OLTP subinventory. You can also use the get_stock_room_fk API to do the same. , implementation_dba_data: APPS.EDW_MTL_SUB_INV_FKV ,
-
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 ,
-
Table: OPI_EDW_JOB_RSRC_FSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_JOB_RSRC_FSTG, object_name:OPI_EDW_JOB_RSRC_FSTG, status:VALID, product: OPI - Operations Intelligence , description: Interface table for the Job Resource Fact. This will be the staging area for data coming into the Warehouse from Discrete and Process Manufacturing sources. , implementation_dba_data: OPI.OPI_EDW_JOB_RSRC_FSTG ,
-
Table: OPI_EDW_PERD_MARGIN_F
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_PERD_MARGIN_F, object_name:OPI_EDW_PERD_MARGIN_F, status:VALID, product: OPI - Operations Intelligence , description: This is the product gross margin fact table summarized at period level, and is derived from product gross margin fact. It contains the product sales revenue and the matching cost of goods sold by period. , implementation_dba_data: OPI.OPI_EDW_PERD_MARGIN_F ,
-
Table: OPI_EDW_JOB_DETAIL_F
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_JOB_DETAIL_F, object_name:OPI_EDW_JOB_DETAIL_F, status:VALID, product: OPI - Operations Intelligence , description: Job Detail fact will store the detail information of the Jobs/Batches. There will be one row for each jobs and each end products. For example, if a batch produces two products ( one main product and one co-product) then the fact table will , implementation_dba_data: OPI.OPI_EDW_JOB_DETAIL_F ,
-
Table: EDW_OPI_LOTD_LOT_LSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_OPI_LOTD_LOT_LSTG, object_name:EDW_OPI_LOTD_LOT_LSTG, status:VALID, product: OPI - Operations Intelligence , description: Staging Table for the LOT level of the LOTD (Lot Dimension) , implementation_dba_data: OPI.EDW_OPI_LOTD_LOT_LSTG ,
-
Table: EDW_MTL_ILDM_OU_LSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_MTL_ILDM_OU_LSTG, object_name:EDW_MTL_ILDM_OU_LSTG, status:VALID, product: OPI - Operations Intelligence , description: Staging Table for the OU (Operating Unit) level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_OU_LSTG ,
-
Table: EDW_MTL_ILDM_PLANT_LSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:BIS.EDW_MTL_ILDM_PLANT_LSTG OPI.EDW_MTL_ILDM_PLANT_LSTG, object_name:EDW_MTL_ILDM_PLANT_LSTG, status:VALID, product: OPI - Operations Intelligence , description: Staging Table for the Inventory Org level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_PLANT_LSTG ,
-
Table: EDW_MTL_ILDM_SUB_INV_LSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:BIS.EDW_MTL_ILDM_SUB_INV_LSTG OPI.EDW_MTL_ILDM_SUB_INV_LSTG, object_name:EDW_MTL_ILDM_SUB_INV_LSTG, status:VALID, product: OPI - Operations Intelligence , description: Staging Table for the SUB_INV (Sub Inventory) level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_SUB_INV_LSTG ,
-
Table: EDW_MTL_UOMD_UOM_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_MTL_UOMD_UOM_LTC, object_name:EDW_MTL_UOMD_UOM_LTC, status:VALID, product: OPI - Operations Intelligence , description: This is the Unit Of Measure level table in the Unit Of Measure Dimension. , implementation_dba_data: OPI.EDW_MTL_UOMD_UOM_LTC ,
-
Table: EDW_OPI_PRDL_A_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_OPI_PRDL_A_LTC, object_name:EDW_OPI_PRDL_A_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level table for the A(All) level of the Production line dimension. , implementation_dba_data: OPI.EDW_OPI_PRDL_A_LTC ,
-
Table: EDW_OPI_PRDL_PRDL_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_OPI_PRDL_PRDL_LTC, object_name:EDW_OPI_PRDL_PRDL_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level table for the Production Line level of the Production Line dimension. , implementation_dba_data: OPI.EDW_OPI_PRDL_PRDL_LTC ,
-
Table: EDW_MTL_ILDM_LOCATOR_LSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:BIS.EDW_MTL_ILDM_LOCATOR_LSTG OPI.EDW_MTL_ILDM_LOCATOR_LSTG, object_name:EDW_MTL_ILDM_LOCATOR_LSTG, status:VALID, product: OPI - Operations Intelligence , description: Staging Table for the LOCATOR level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_LOCATOR_LSTG ,
-
Table: EDW_OPI_PRDL_PRDL_LSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_OPI_PRDL_PRDL_LSTG, object_name:EDW_OPI_PRDL_PRDL_LSTG, status:VALID, product: OPI - Operations Intelligence , description: Level staging table for the Production Line level of the Production Line dimension. , implementation_dba_data: OPI.EDW_OPI_PRDL_PRDL_LSTG ,
-
Table: EDW_MTL_ILDM_PCMP_LSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_MTL_ILDM_PCMP_LSTG, object_name:EDW_MTL_ILDM_PCMP_LSTG, status:VALID, product: OPI - Operations Intelligence , description: Staging Table for the PCMP (Process Company) level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_PCMP_LSTG ,
-
Table: EDW_MTL_ILDM_PORG_LSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_MTL_ILDM_PORG_LSTG, object_name:EDW_MTL_ILDM_PORG_LSTG, status:VALID, product: OPI - Operations Intelligence , description: Staging Table for the Inventory Organization Group level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_PORG_LSTG ,
-
Table: EDW_OPI_LOT_A_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_OPI_LOT_A_LTC, object_name:EDW_OPI_LOT_A_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level Table for the A (All) level of the LOT Dimension , implementation_dba_data: OPI.EDW_OPI_LOT_A_LTC ,
-
Table: EDW_OPI_LOTD_LOT_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_OPI_LOTD_LOT_LTC, object_name:EDW_OPI_LOTD_LOT_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level Table for the LOT level of the LOTD (Lot Dimension) , implementation_dba_data: OPI.EDW_OPI_LOTD_LOT_LTC ,
-
Table: EDW_MTL_INVENTORY_LOC_A_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_MTL_INVENTORY_LOC_A_LTC, object_name:EDW_MTL_INVENTORY_LOC_A_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level Table for the A (All) level of the (Inventory Locator Dimension , implementation_dba_data: OPI.EDW_MTL_INVENTORY_LOC_A_LTC ,
-
Table: OPI_EDW_RES_UTIL_PUSH_LOG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_RES_UTIL_PUSH_LOG, object_name:OPI_EDW_RES_UTIL_PUSH_LOG, status:VALID, product: OPI - Operations Intelligence , description: Used to store the intermediate result of the data extracted from discrete manufacturing side for Resource Utilization fact. , implementation_dba_data: OPI.OPI_EDW_RES_UTIL_PUSH_LOG ,
-
Table: EDW_MTL_ILDM_OU_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_MTL_ILDM_OU_LTC, object_name:EDW_MTL_ILDM_OU_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level Table for the OU (Operating Unit) level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_OU_LTC ,
-
Table: EDW_MTL_ILDM_LOCATOR_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:BIS.EDW_MTL_ILDM_LOCATOR_LTC OPI.EDW_MTL_ILDM_LOCATOR_LTC, object_name:EDW_MTL_ILDM_LOCATOR_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level Table for the LOCATOR level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_LOCATOR_LTC ,
-
Table: EDW_MTL_ILDM_PLANT_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:BIS.EDW_MTL_ILDM_PLANT_LTC OPI.EDW_MTL_ILDM_PLANT_LTC, object_name:EDW_MTL_ILDM_PLANT_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level Table for the Inventory Org level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_PLANT_LTC ,
-
Table: EDW_MTL_ILDM_SUB_INV_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:BIS.EDW_MTL_ILDM_SUB_INV_LTC OPI.EDW_MTL_ILDM_SUB_INV_LTC, object_name:EDW_MTL_ILDM_SUB_INV_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level Table for the SUB_INV (Sub Inventory) level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_SUB_INV_LTC ,
-
Table: EDW_MTL_ILDM_PCMP_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_MTL_ILDM_PCMP_LTC, object_name:EDW_MTL_ILDM_PCMP_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level Table for the PCMP (Process Company) level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_PCMP_LTC ,
-
Table: EDW_MTL_ILDM_PORG_LTC
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_MTL_ILDM_PORG_LTC, object_name:EDW_MTL_ILDM_PORG_LTC, status:VALID, product: OPI - Operations Intelligence , description: Level Table for the Inventory Organization Group level of the ILDM (Inventory Locator Dimension) , implementation_dba_data: OPI.EDW_MTL_ILDM_PORG_LTC ,
-
Table: 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, product: OPI - Operations Intelligence , description: This is the interface table for Resource Utilization Fact. Data from multiple transactional systems is staged here for verification and cleansing before being loaded into the fact table. , implementation_dba_data: OPI.OPI_EDW_RES_UTIL_FSTG ,
-
File: OPI_Tables.html
12.1.1
product: OPI - Operations Intelligence , size: 1.016 MBytes , file_type: HTML Report , description: OPI_Tables.html is an html report that documents the table and view definitions for the OPI product. ,
-
Table: EDW_MTL_UOMD_UOM_LSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_MTL_UOMD_UOM_LSTG, object_name:EDW_MTL_UOMD_UOM_LSTG, status:VALID, product: OPI - Operations Intelligence , description: This is the interface table for Unit of Measure level table. Data from multiple transactional systems is staged here for verification and cleansing, before loading it into the dimension level table. , implementation_dba_data: OPI.EDW_MTL_UOMD_UOM_LSTG ,
-
Lookup Type: OPI_PMI_INV_DAILY_SUMM_TAB_PUR
12.1.1
product: OPI - Operations Intelligence , meaning: Inventory Daily Summary Table Purge lookup , description: Inventory Daily Summary Table Purge lookup ,
-
Table: OPI_EDW_JOB_RSRC_F
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_JOB_RSRC_F, object_name:OPI_EDW_JOB_RSRC_F, status:VALID, product: OPI - Operations Intelligence , description: This is the Job Resource Fact. It contains detailed information regarding resources used in Jobs/Batches. It will contain usage, value and count information for resources. It will also contain quantities produced by resources and the assoc , implementation_dba_data: OPI.OPI_EDW_JOB_RSRC_F ,
-
Table: OPI_EDW_RES_UTIL_F
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_RES_UTIL_F, object_name:OPI_EDW_RES_UTIL_F, status:VALID, product: OPI - Operations Intelligence , description: This is resource utilization fact table. Resource utilization is a measure indicating how much your resources are used in production.It is a comparison of the resource time used and the total resource available.The Resource Utilization fact , implementation_dba_data: OPI.OPI_EDW_RES_UTIL_F ,
-
View: EDW_MTL_UOMD_UOM_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_UOMD_UOM_LCV, object_name:EDW_MTL_UOMD_UOM_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for the UOM level of the UOM Dimension , implementation_dba_data: APPS.EDW_MTL_UOMD_UOM_LCV ,
-
View: EDW_MTL_ILDM_OU_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_OU_LCV, object_name:EDW_MTL_ILDM_OU_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for the Operating Unit level of the Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_OU_LCV ,
-
View: EDW_OPI_PRDL_PRDL_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_OPI_PRDL_PRDL_LCV, object_name:EDW_OPI_PRDL_PRDL_LCV, status:VALID, product: OPI - Operations Intelligence , description: Level source view for the Production Line level of the Production Line dimension. , implementation_dba_data: APPS.EDW_OPI_PRDL_PRDL_LCV ,
-
View: OPI_PMI_UOMS_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_PMI_UOMS_MST_V, object_name:OPI_PMI_UOMS_MST_V, status:VALID, product: OPI - Operations Intelligence , description: Allows for the translation of OPM Instance-UOMs to Apps Instance-UOM's. Once facts are in Apps Instance UOMs, they can be converted to EDW Warehouse UOM's using the standard EDW_UTIL package. , implementation_dba_data: APPS.OPI_PMI_UOMS_MST_V ,
-
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 ,
-
Table: OPI_EDW_INV_DAILY_STAT_FSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_INV_DAILY_STAT_FSTG, object_name:OPI_EDW_INV_DAILY_STAT_FSTG, status:VALID, product: OPI - Operations Intelligence , description: Fact Staging Table for the Inventory Daily Status Fact , implementation_dba_data: OPI.OPI_EDW_INV_DAILY_STAT_FSTG ,
-
Table: OPI_EDW_INV_PERD_STAT_F
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_INV_PERD_STAT_F, object_name:OPI_EDW_INV_PERD_STAT_F, status:VALID, product: OPI - Operations Intelligence , description: Fact Table for the Inventory Period Status Derived Fact , implementation_dba_data: OPI.OPI_EDW_INV_PERD_STAT_F ,
-
Table: OPI_EDW_INV_DAILY_STAT_F_DLOG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_INV_DAILY_STAT_F_DLOG, object_name:OPI_EDW_INV_DAILY_STAT_F_DLOG, status:VALID, product: OPI - Operations Intelligence , description: Fact Delete log Table for the Inventory Daily Status Fact , implementation_dba_data: OPI.OPI_EDW_INV_DAILY_STAT_F_DLOG ,
-
Table: EDW_OPI_ACTV_M
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_OPI_ACTV_M, object_name:EDW_OPI_ACTV_M, status:VALID, product: OPI - Operations Intelligence , description: Activity Dimensiom contains all the Activities of Discrete and Process Manufacturing. , implementation_dba_data: OPI.EDW_OPI_ACTV_M ,
-
Table: EDW_OPI_LOT_M
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.EDW_OPI_LOT_M, object_name:EDW_OPI_LOT_M, status:VALID, product: OPI - Operations Intelligence , description: Dimension Table for the LOT Dimension , implementation_dba_data: OPI.EDW_OPI_LOT_M ,
-
Table: OPI_EDW_JOB_DETAIL_FSTG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_JOB_DETAIL_FSTG, object_name:OPI_EDW_JOB_DETAIL_FSTG, status:VALID, product: OPI - Operations Intelligence , description: Job Detail Fact Staging Table Sourced from the Fllowing Views OPI_EDW_OPM_JOB_DETAIL_FCV and OPI_EDW_OPI_JOB_DETAILS_FCV , implementation_dba_data: OPI.OPI_EDW_JOB_DETAIL_FSTG ,
-
Table: EDW_MTL_INVENTORY_LOC_M
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:BIS.EDW_MTL_INVENTORY_LOC_M OPI.EDW_MTL_INVENTORY_LOC_M, object_name:EDW_MTL_INVENTORY_LOC_M, status:VALID, product: OPI - Operations Intelligence , description: Dimension Table for the(Inventory Locator Dimension , implementation_dba_data: OPI.EDW_MTL_INVENTORY_LOC_M ,
-
Table: OPI_EDW_LOCAL_UOM_CONV_F
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_LOCAL_UOM_CONV_F, object_name:OPI_EDW_LOCAL_UOM_CONV_F, status:VALID, product: OPI - Operations Intelligence , description: Local table of the Unit of Measure Conversion Fact Table within a source instance , implementation_dba_data: OPI.OPI_EDW_LOCAL_UOM_CONV_F ,
-
Table: OPI_EDW_INV_DAILY_STAT_F
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_INV_DAILY_STAT_F, object_name:OPI_EDW_INV_DAILY_STAT_F, status:VALID, product: OPI - Operations Intelligence , description: Fact Table for the Inventory Daily Status Fact , implementation_dba_data: OPI.OPI_EDW_INV_DAILY_STAT_F ,
-
Lookup Type: OPI_DBI_TRX_REASON_DIM
12.1.1
product: OPI - Operations Intelligence , meaning: Transaction Reason Dimension , description: Lookup Values for the Transaction Reason Dimension ,
-
File: OPI_Dependencies.html
12.1.1
product: OPI - Operations Intelligence , size: 113.834 KBytes , file_type: HTML Report , description: OPI_Dependencies.html is an html report that documents dependencies to tables and views in the OPI product. ,
-
Lookup Type: OPI_DBI_ITEM_ATTRIB_DIM
12.1.1
product: OPI - Operations Intelligence , meaning: Item Attribute Dimension , description: Lookup Values for the Item Attribute Dimension ,