[Home] [Help]
[Dependency Information]
| Object Name: | WMS_LPN_CONTENTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WMS.WMS_LPN_CONTENTS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Summary view of container contents ( includes summary of lot and serialized controlled items )
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARENT_LPN_ID | NUMBER | Identifier of LPN container | ||
| PARENT_LICENSE_PLATE_NUMBER | VARCHAR2 | (30) | License Plate Number of LPN container | |
| LPN_ID | NUMBER | LPN Identifier of content LPN | ||
| LICENSE_PLATE_NUMBER | VARCHAR2 | (30) | License Plate Number of content LPN | |
| OUTERMOST_LPN_ID | NUMBER | Identifier of the outermost nested LPN | ||
| OUTERMOST_LICENSE_PLATE_NUMBER | VARCHAR2 | (30) | License Plate Number of outermost nested LPN | |
| ORGANIZATION_ID | NUMBER | Organization Identifier | ||
| INVENTORY_ITEM_ID | NUMBER | ID of item contained in LPN | ||
| CONTENT_TYPE | NUMBER | Defines if contents is an item (1) or another container (2) | ||
| LPN_CONTEXT | NUMBER | Context of LPN | ||
| ITEM_DESCRIPTION | VARCHAR2 | (240) | Description of content item | |
| REVISION | VARCHAR2 | (3) | Revision of content item | |
| LOT_NUMBER | VARCHAR2 | (80) | Lot number of content item | |
| SERIAL_NUMBER | VARCHAR2 | (30) | Serial number of content item | |
| UOM_CODE | VARCHAR2 | (3) | Unit of measure of content item | |
| QUANTITY | NUMBER | Quantity of content item | ||
| SOURCE_TYPE_ID | NUMBER | source type id of pack transaction | ||
| SOURCE_HEADER_ID | NUMBER | source header id of pack transaction | ||
| SOURCE_LINE_ID | NUMBER | souce line id of pack transaction | ||
| SOURCE_LINE_DETAIL_ID | NUMBER | source line detail id of pack transaction | ||
| SOURCE_NAME | VARCHAR2 | (80) | source name of transaction | |
| SUBINVENTORY_CODE | VARCHAR2 | (10) | Subinventory code where LPN is located | |
| LOCATOR_ID | NUMBER | Locator ID where LPN is located |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_LPN_ID
, PARENT_LICENSE_PLATE_NUMBER
, LPN_ID
, LICENSE_PLATE_NUMBER
, OUTERMOST_LPN_ID
, OUTERMOST_LICENSE_PLATE_NUMBER
, ORGANIZATION_ID
, INVENTORY_ITEM_ID
, CONTENT_TYPE
, LPN_CONTEXT
, ITEM_DESCRIPTION
, REVISION
, LOT_NUMBER
, SERIAL_NUMBER
, UOM_CODE
, QUANTITY
, SOURCE_TYPE_ID
, SOURCE_HEADER_ID
, SOURCE_LINE_ID
, SOURCE_LINE_DETAIL_ID
, SOURCE_NAME
, SUBINVENTORY_CODE
, LOCATOR_ID
FROM APPS.WMS_LPN_CONTENTS_V;
APPS
MTL_SERIAL_NUMBERS
WMS_LICENSE_PLATE_NUMBERS
WMS_LPN_CONTENTS
APPS
INV_RCV_STD_RCPT_APIS
- show dependent code
INV_UI_ITEM_LOVS
- show dependent code
|
|
|
|