[Home] [Help]
[Dependency Information]
Object Name: | WMS_ZONE_LPN_FOR_RULE |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ZONE_NAME | VARCHAR2 | (30) | Yes | Zone name |
ZONE_ID | NUMBER | Yes | Zone identifier | |
SUBINVENTORY_CODE | VARCHAR2 | (10) | Subinventory that belongs to or intersects with this zone | |
INVENTORY_LOCATION_ID | NUMBER | Identifier for the locator that belongs to this zone | ||
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
LPN_ID | NUMBER | Yes | LPN is a unique identifier for each row in this table. |
Cut, paste (and edit) the following text to query this object:
SELECT ZONE_NAME
, ZONE_ID
, SUBINVENTORY_CODE
, INVENTORY_LOCATION_ID
, ORGANIZATION_ID
, LPN_ID
FROM APPS.WMS_ZONE_LPN_FOR_RULE;
APPS.WMS_ZONE_LPN_FOR_RULE is not referenced by any database object
|
|
|