[Home] [Help]
[Dependency Information]
| Object Name: | WMS_PACKING_LPN_CONT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WMS.WMS_PACKING_LPN_CONT_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SOURCE_TYPE_ID | NUMBER | Indicates whether the data is from exiting lpn content (1), or pending new content (2) | ||
| PARENT_LPN_ID | NUMBER | Parent LPN ID of the content LPN or item | ||
| TRANSACTION_HEADER_ID | NUMBER | Transaction Header ID of the MMTT record of the pending content | ||
| TRANSACTION_TEMP_ID | NUMBER | Transaction Temp ID of the MMTT record of the pending content | ||
| CONTENT_TYPE_ID | NUMBER | Indicate whether content is Item (1), or LPN (2) | ||
| CONTENT | VARCHAR2 | (40) | Name of the Content LPN or Content Item | |
| INVENTORY_ITEM_ID | NUMBER | Inventory Item Identifier | ||
| CONTENT_LPN_ID | NUMBER | Content LPN Identifier | ||
| REVISION | VARCHAR2 | (3) | Revision of item | |
| QUANTITY | NUMBER | Quantity of item | ||
| UOM | VARCHAR2 | (3) | UOM of item | |
| LOT_NUMBER | VARCHAR2 | (80) | Lot Number of item | |
| SERIAL_NUMBER | VARCHAR2 | (30) | Serial Number of item | |
| SECONDARY_QUANTITY | NUMBER | Secondary Quantity | ||
| SECONDARY_UOM_CODE | VARCHAR2 | (240) | Secondary UOM Code |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_TYPE_ID
, PARENT_LPN_ID
, TRANSACTION_HEADER_ID
, TRANSACTION_TEMP_ID
, CONTENT_TYPE_ID
, CONTENT
, INVENTORY_ITEM_ID
, CONTENT_LPN_ID
, REVISION
, QUANTITY
, UOM
, LOT_NUMBER
, SERIAL_NUMBER
, SECONDARY_QUANTITY
, SECONDARY_UOM_CODE
FROM APPS.WMS_PACKING_LPN_CONT_V;
APPS
MTL_MATERIAL_TRANSACTIONS_TEMP
MTL_SERIAL_NUMBERS
MTL_SERIAL_NUMBERS_TEMP
MTL_SYSTEM_ITEMS_KFV
MTL_TRANSACTION_LOTS_TEMP
WMS_LICENSE_PLATE_NUMBERS
WMS_LPN_CONTENTS
APPS.WMS_PACKING_LPN_CONT_V is not referenced by any database object
|
|
|
|