[Home] [Help]
[Dependency Information]
Object Name: | WMS_LPN_CONTENTS_LOT_V |
---|---|
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.
View of container contents ( only lot controlled items)
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARENT_LPN_ID | NUMBER | Yes | LPN identifier of container | |
PARENT_LICENSE_PLATE_NUMBER | VARCHAR2 | (30) | Yes | License Plate Number of container |
OUTERMOST_LPN_ID | NUMBER | Outermost LPN Identifier in a nested LPN situation | ||
OUTERMOST_LICENSE_PLATE_NUMBER | VARCHAR2 | (30) | Yes | License Plate Number of outermost nested LPN |
ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
INVENTORY_ITEM_ID | NUMBER | Yes | Content item identifier | |
INVENTORY_ITEM | VARCHAR2 | (40) | Content item | |
ITEM_DESCRIPTION | VARCHAR2 | (240) | Content item description | |
PRIMARY_UOM_CODE | VARCHAR2 | (3) | Primary unit of measure of content item | |
REVISION | VARCHAR2 | (3) | Revision of content item | |
LOT_NUMBER | VARCHAR2 | (80) | Lot number of content item | |
SUBINVENTORY_CODE | VARCHAR2 | (10) | Subinventory code of where container is located | |
LOCATOR_ID | NUMBER | Locator Identifier where container is located | ||
COST_GROUP_ID | NUMBER | Content item cost group identifier | ||
QUANTITY | NUMBER | Content item quantity | ||
EXPIRATION_DATE | DATE | Expiration date of lot | ||
ITEM_LOT_CONTROL | NUMBER | content item lot control code Yes=2 No=1 | ||
ITEM_LOCATOR_CONTROL | NUMBER | Content item locator control code Yes=2 No=1 | ||
ITEM_SERIAL_CONTROL | NUMBER | Content item serial number control code Yes=2 No=1 |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_LPN_ID
, PARENT_LICENSE_PLATE_NUMBER
, OUTERMOST_LPN_ID
, OUTERMOST_LICENSE_PLATE_NUMBER
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
, INVENTORY_ITEM
, ITEM_DESCRIPTION
, PRIMARY_UOM_CODE
, REVISION
, LOT_NUMBER
, SUBINVENTORY_CODE
, LOCATOR_ID
, COST_GROUP_ID
, QUANTITY
, EXPIRATION_DATE
, ITEM_LOT_CONTROL
, ITEM_LOCATOR_CONTROL
, ITEM_SERIAL_CONTROL
FROM APPS.WMS_LPN_CONTENTS_LOT_V;
APPS.WMS_LPN_CONTENTS_LOT_V is not referenced by any database object
|
|
|