DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.WMS_PACKING_LPN_CONT_V

Object Details
Object Name: WMS_PACKING_LPN_CONT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWMS.WMS_PACKING_LPN_CONT_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.WMS_PACKING_LPN_CONT_V references the following:

SchemaAPPS
SynonymMTL_MATERIAL_TRANSACTIONS_TEMP
SynonymMTL_SERIAL_NUMBERS
SynonymMTL_SERIAL_NUMBERS_TEMP
SynonymMTL_SYSTEM_ITEMS_KFV
SynonymMTL_TRANSACTION_LOTS_TEMP
SynonymWMS_LICENSE_PLATE_NUMBERS
SynonymWMS_LPN_CONTENTS

APPS.WMS_PACKING_LPN_CONT_V is not referenced by any database object