[Home] [Help]
[Dependency Information]
Object Name: | EDW_MTL_SUB_INV_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 Sub-Inventory level in the Inventory Locator 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.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SECONDARY_INVENTORY_NAME | VARCHAR2 | (10) | Yes | Sub-Inventory Name |
ORGANIZATION_ID | NUMBER | Yes | Inventory Organization Identifier | |
STOCK_ROOM_FK | VARCHAR2 | (45) | Stock Room Foreign Key |
Cut, paste (and edit) the following text to query this object:
SELECT SECONDARY_INVENTORY_NAME
, ORGANIZATION_ID
, STOCK_ROOM_FK
FROM APPS.EDW_MTL_SUB_INV_FKV;
APPS.EDW_MTL_SUB_INV_FKV is not referenced by any database object
|
|
|