Search Results edw_local_instance
Overview
The view EDW_MTL_ILDM_LOCATOR_LCV is an Oracle E-Business Suite (EBS) database object owned by the APPS schema and classified under the OPI (Operations Intelligence) product family. In ETRM metadata, its status is recorded as VALID, and it is explicitly described as the "Source View for Locator Level of Inventory Locator Dimension." This designation places the object within Oracle's Enterprise Data Warehouse (EDW) / Operations Intelligence reporting layer, rather than the transactional inventory model itself.
Functionally, the view flattens and re-keys the locator hierarchy used by inventory reporting. It consolidates three granularities of inventory storage locations — individual stock locators, subinventories, and operating-plant (inventory organization) level pseudo-locators — into a single denormalized result set through the use of UNION ALL. This uniformity is intended to feed a dimension table in the Operations Intelligence dimensional model, allowing downstream ETL and analytics to join at a consistent grain. In EBS 12.1.1 and 12.2.2, the object remains defined in the APPS schema in support of the OPI/EDW data extraction layer. The user's search term, inventory_location_id, corresponds directly to a key column exposed by this view, which is derived from MTL_ITEM_LOCATIONS_KFV.INVENTORY_LOCATION_ID.
Underlying Base Objects
The view text references several transactional and HR tables. Although the ETRM metadata lists no documented base objects, the implementation text identifies the following as the underlying sources:
MTL_ITEM_LOCATIONS_KFV— the key flexfield view of item locations, aliasedLOCF, supplying the actual stock locators.MTL_PARAMETERS— aliasedMP, supplying the inventory organization code and organization ID linkage.MTL_SECONDARY_INVENTORIES— aliasedMSI, supplying subinventory-level records.HR_ORGANIZATION_UNITSandHR_ALL_ORGANIZATION_UNITS— supplying operating unit and inventory organization names.EDW_LOCAL_INSTANCE— aliasedINST, supplying the instance code used by the EDW layer for multi-instance identification.
The view is a pure reporting construct: it does not store data, and each of its three UNION ALL branches draws from these base tables to produce a merged set of locator records at differing levels of granularity.
Key Columns
- Inventory Location Identifier — the concatenated key string,
INVENTORY_LOCATION_ID||'-'||ORGANIZATION_CODE||'-'||INSTANCE_CODE, exposed as the primary descriptive identifier, plus the rawINVENTORY_LOCATION_IDvalue used by the transaction tables. - INSTANCE_CODE — identifies the EBS instance, enabling cross-instance consolidation within the EDW.
- Subinventory / Concatenated Segment / Description —
SUBDINVENTORY_CODEderived values,CONCATENATED_SEGMENTS, and the locatorDESCRIPTIONprovide human-readable identification. - ENABLED_FLAG — indicates whether the locator is active.
- Level Discriminator — the literal
'LOCATOR'or'ALL LOCATORS'distinguishes a specific locator record from a subinventory- or plant-level pseudo-record. - ORGANIZATION_ID / ORGANIZATION_CODE — the inventory organization to which the locator belongs.
- CREATION_DATE / LAST_UPDATE_DATE — audit columns inherited from the base rows, used for incremental ETL extraction.
Common Use Cases and Queries
The view is typically consumed by Operations Intelligence ETL programs loading the Inventory Locator dimension, or by ad hoc reporting that requires a single, consistent key across locator, subinventory, and plant granularities. A representative query filtering on the searched identifier is:
SELECT inventory_location_id, concatenated_segments, organization_id, enabled_flag FROM apps.edw_mtl_ildm_locator_lcv WHERE inventory_location_id = :p_location_id;SELECT organization_code, sub_inventory_code, enabled_flag FROM apps.edw_mtl_ildm_locator_lcv WHERE enabled_flag = 'Y' ORDER BY organization_code;SELECT DISTINCT instance_code, organization_id FROM apps.edw_mtl_ildm_locator_lcv;
Because the view is defined over key flexfield and HR views, query performance is best supported by filtering on ORGANIZATION_ID or INVENTORY_LOCATION_ID, which map directly to indexed columns on the base tables.
-
View: EDW_MTL_ILDM_LOCATOR_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_LOCATOR_LCV, object_name:EDW_MTL_ILDM_LOCATOR_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for Locator Level of Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_LOCATOR_LCV ,
-
View: EDW_MTL_ILDM_SUB_INV_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_SUB_INV_LCV, object_name:EDW_MTL_ILDM_SUB_INV_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for Sub- Inventory Organization Level of Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_SUB_INV_LCV ,
-
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_ILDM_PLANT_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_PLANT_LCV, object_name:EDW_MTL_ILDM_PLANT_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for Inventory Organization Level of Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_PLANT_LCV ,
-
View: EDW_MTL_ILDM_PORG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_PORG_LCV, object_name:EDW_MTL_ILDM_PORG_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for Inventory Organization Group Level of Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_PORG_LCV ,
-
View: EDW_OPI_ACTV_ACTV_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_OPI_ACTV_ACTV_LCV, object_name:EDW_OPI_ACTV_ACTV_LCV, status:VALID, product: OPI - Operations Intelligence , description: Sources All Activities from Descrete and Process , implementation_dba_data: APPS.EDW_OPI_ACTV_ACTV_LCV ,
-
View: EDW_OPI_OPRN_OPRN_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_OPI_OPRN_OPRN_LCV, object_name:EDW_OPI_OPRN_OPRN_LCV, status:VALID, product: OPI - Operations Intelligence , description: This View Sources Operations used in routing from Discrete and Process Manufacturing , implementation_dba_data: APPS.EDW_OPI_OPRN_OPRN_LCV ,
-
View: EDW_OPI_LOTD_LOT_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_OPI_LOTD_LOT_LCV, object_name:EDW_OPI_LOTD_LOT_LCV, status:VALID, product: OPI - Operations Intelligence , description: This is source view to populate Lot Level data in Lot Dimension , implementation_dba_data: APPS.EDW_OPI_LOTD_LOT_LCV ,
-
View: OPI_EDW_UOM_CONV_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_UOM_CONV_FCV, object_name:OPI_EDW_UOM_CONV_FCV, status:VALID, product: OPI - Operations Intelligence , description: Source view for the Unit of Measure Conversion Fact table , implementation_dba_data: APPS.OPI_EDW_UOM_CONV_FCV ,
-
View: EDW_OPI_OPRN_OPRC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_OPI_OPRN_OPRC_LCV, object_name:EDW_OPI_OPRN_OPRC_LCV, status:VALID, product: OPI - Operations Intelligence , description: This View Sources the Operations Class associated to operations from Discrete and Process Manufacturing , implementation_dba_data: APPS.EDW_OPI_OPRN_OPRC_LCV ,
-
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_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_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: EDW_MTL_ILDM_PCMP_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.EDW_MTL_ILDM_PCMP_LCV, object_name:EDW_MTL_ILDM_PCMP_LCV, status:VALID, product: OPI - Operations Intelligence , description: Source View for Inventory Organization Parent Group Level of Inventory Locator Dimension , implementation_dba_data: APPS.EDW_MTL_ILDM_PCMP_LCV ,
-
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 ,
-
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_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_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_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_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: 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 ,
-
View: OPI_EDW_OPM_JOB_DETAIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPM_JOB_DETAIL_FCV, object_name:OPI_EDW_OPM_JOB_DETAIL_FCV, status:VALID, product: OPI - Operations Intelligence , description: OPM Source View for Job Detail Fact. This Source View is based on OPM Batch and Material Details. The Source view Included the Products and Co-Products data alson with Material inputs , By product Yields etc , implementation_dba_data: APPS.OPI_EDW_OPM_JOB_DETAIL_FCV ,
-
View: 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, product: OPI - Operations Intelligence , description: OPI Source View for Job Detail Fact , implementation_dba_data: APPS.OPI_EDW_OPI_JOB_DETAIL_FCV ,