[Home] [Help]
[Dependency Information]
Object Name: | EDW_MTL_LOCATOR_FKV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Foreign Key View for the Locator level in the Inventory Locator 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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INVENTORY_LOCATION_ID | NUMBER | Inventory Location Identifier | ||
ORGANIZATION_ID | NUMBER | Inventory Organization Identifier | ||
SUBINVENTORY_CODE | VARCHAR2 | (10) | Sub-Inventory code | |
LOCATOR_FK | VARCHAR2 | (58) | Locator Foreign Key |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_LOCATION_ID
, ORGANIZATION_ID
, SUBINVENTORY_CODE
, LOCATOR_FK
FROM APPS.EDW_MTL_LOCATOR_FKV;
APPS.EDW_MTL_LOCATOR_FKV is not referenced by any database object
|
|
|