Search Results wms_license_plate_numbers
Overview
The WMS_LICENSE_PLATE_NUMBERS table is a core data object within the Oracle E-Business Suite Warehouse Management (WMS) module, serving as the master repository for container instances. In Oracle WMS, a container is known as a License Plate Number (LPN), a unique identifier for a physical entity used to store, track, and move material. This table stores the fundamental attributes and current state of every LPN created in the system across all organizations. Its role is central to enabling advanced warehousing functionalities such as cartonization, nested LPNs (parent-child relationships), directed putaway and picking, and mobile transactions, forming the backbone of containerized inventory tracking in Oracle EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's primary key is the system-generated LPN_ID, which uniquely identifies each container. Critical columns define the LPN's characteristics and location, including LICENSE_PLATE_NUMBER (the user-facing identifier), ORGANIZATION_ID, and SUBINVENTORY_CODE. It tracks the LPN's contents via INVENTORY_ITEM_ID, REVISION, and LOT_NUMBER. The table also manages the LPN's physical and logical placement through LOCATOR_ID and records its hierarchical nesting via PARENT_LPN_ID and OUTERMOST_LPN_ID. Status columns like LPN_STATUS, SEALED_STATUS, and CONTENT_LPN_ID are vital for controlling workflow and transaction validity. Additional columns capture weights, dates, and the context of the LPN's creation (e.g., generated from a shipment or task).
Common Use Cases and Queries
This table is essential for operational reporting, data validation, and troubleshooting. Common scenarios include tracing the complete lineage of a nested LPN, identifying all LPNs in a specific location, or finding LPNs containing a particular item or lot. A frequent query pattern retrieves an LPN's basic details and current location:
- SELECT license_plate_number, inventory_item_id, lot_number, subinventory_code, locator_id FROM wms_license_plate_numbers WHERE organization_id = :org_id AND license_plate_number = :lpn;
Another critical use case is validating LPN status before a transaction, such as confirming an LPN is not voided or already shipped. Analysts also query this table to report on container utilization, aging, or to reconcile physical inventory counts by joining to related cycle count and physical adjustment tables.
Related Objects
As indicated by its extensive foreign key relationships, WMS_LICENSE_PLATE_NUMBERS is deeply integrated with the Inventory foundation. It references master tables like MTL_SYSTEM_ITEMS_B, MTL_SECONDARY_INVENTORIES, MTL_ITEM_LOCATIONS, MTL_LOT_NUMBERS, and MTL_SERIAL_NUMBERS. Crucially, it has a recursive relationship with itself to model LPN nesting. It is referenced as a parent by transactional tables such as WMS_LPN_CONTENTS (for detailed material within an LPN), MTL_SERIAL_NUMBERS, and physical inventory tables (MTL_CYCLE_COUNT_ENTRIES, MTL_PHYSICAL_ADJUSTMENTS). For historical tracking, the WMS_LPN_HIST table stores a record of state changes. Key APIs for LPN creation and manipulation, like INV_LPN_PUB, primarily interact with this underlying table.
-
Table: WMS_LICENSE_PLATE_NUMBERS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LICENSE_PLATE_NUMBERS, object_name:WMS_LICENSE_PLATE_NUMBERS, status:VALID, product: WMS - Warehouse Management , description: Used to store the information related to a container instance (LPN) , implementation_dba_data: WMS.WMS_LICENSE_PLATE_NUMBERS ,
-
Table: WMS_LICENSE_PLATE_NUMBERS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LICENSE_PLATE_NUMBERS, object_name:WMS_LICENSE_PLATE_NUMBERS, status:VALID, product: WMS - Warehouse Management , description: Used to store the information related to a container instance (LPN) , implementation_dba_data: WMS.WMS_LICENSE_PLATE_NUMBERS ,
-
View: WMS_LPN_CONTENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LPN_CONTENTS_V, object_name:WMS_LPN_CONTENTS_V, status:VALID, product: WMS - Warehouse Management , description: Summary view of container contents ( includes summary of lot and serialized controlled items ) , implementation_dba_data: APPS.WMS_LPN_CONTENTS_V ,
-
View: WMS_LPN_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LPN_CONTENTS_V, object_name:WMS_LPN_CONTENTS_V, status:VALID, product: WMS - Warehouse Management , description: Summary view of container contents ( includes summary of lot and serialized controlled items ) , implementation_dba_data: APPS.WMS_LPN_CONTENTS_V ,
-
Table: WMS_LPN_HISTORIES
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LPN_HISTORIES, object_name:WMS_LPN_HISTORIES, status:VALID, product: WMS - Warehouse Management , description: Used to store the history information related to the container's past transactions , implementation_dba_data: WMS.WMS_LPN_HISTORIES ,
-
Table: WMS_LPN_HISTORIES
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LPN_HISTORIES, object_name:WMS_LPN_HISTORIES, status:VALID, product: WMS - Warehouse Management , description: Used to store the history information related to the container's past transactions , implementation_dba_data: WMS.WMS_LPN_HISTORIES ,
-
View: WMS_LICENSE_PLATE_NUMBERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LICENSE_PLATE_NUMBERS_V, object_name:WMS_LICENSE_PLATE_NUMBERS_V, status:VALID, product: WMS - Warehouse Management , description: Detailed view of WMS_LICENSE_PLATE_NUMBERS, including detailed information on relations between lpns , implementation_dba_data: APPS.WMS_LICENSE_PLATE_NUMBERS_V ,
-
View: WMS_LICENSE_PLATE_NUMBERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LICENSE_PLATE_NUMBERS_V, object_name:WMS_LICENSE_PLATE_NUMBERS_V, status:VALID, product: WMS - Warehouse Management , description: Detailed view of WMS_LICENSE_PLATE_NUMBERS, including detailed information on relations between lpns , implementation_dba_data: APPS.WMS_LICENSE_PLATE_NUMBERS_V ,
-
View: WMS_LPN_CONTENTS_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LPN_CONTENTS_DETAIL_V, object_name:WMS_LPN_CONTENTS_DETAIL_V, status:VALID, product: WMS - Warehouse Management , description: View of container contents ( includes detail lot and serial controlled items) , implementation_dba_data: APPS.WMS_LPN_CONTENTS_DETAIL_V ,
-
View: WMS_LPN_CONTENTS_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LPN_CONTENTS_DETAIL_V, object_name:WMS_LPN_CONTENTS_DETAIL_V, status:VALID, product: WMS - Warehouse Management , description: View of container contents ( includes detail lot and serial controlled items) , implementation_dba_data: APPS.WMS_LPN_CONTENTS_DETAIL_V ,
-
Table: WMS_SHIPPING_TRANSACTION_TEMP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_SHIPPING_TRANSACTION_TEMP, object_name:WMS_SHIPPING_TRANSACTION_TEMP, status:VALID, product: WMS - Warehouse Management , description: Temporary table used in mobile ship confirmation , implementation_dba_data: WMS.WMS_SHIPPING_TRANSACTION_TEMP ,
-
Table: WMS_SHIPPING_TRANSACTION_TEMP
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_SHIPPING_TRANSACTION_TEMP, object_name:WMS_SHIPPING_TRANSACTION_TEMP, status:VALID, product: WMS - Warehouse Management , description: Temporary table used in mobile ship confirmation , implementation_dba_data: WMS.WMS_SHIPPING_TRANSACTION_TEMP ,
-
View: WMS_LPN_CONTENTS_SERIAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LPN_CONTENTS_SERIAL_V, object_name:WMS_LPN_CONTENTS_SERIAL_V, status:VALID, product: WMS - Warehouse Management , description: View of container contents ( only serial controlled items) , implementation_dba_data: APPS.WMS_LPN_CONTENTS_SERIAL_V ,
-
View: WMS_LPN_CONTENTS_SERIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LPN_CONTENTS_SERIAL_V, object_name:WMS_LPN_CONTENTS_SERIAL_V, status:VALID, product: WMS - Warehouse Management , description: View of container contents ( only serial controlled items) , implementation_dba_data: APPS.WMS_LPN_CONTENTS_SERIAL_V ,
-
View: WMS_LPN_CONTENTS_LOT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LPN_CONTENTS_LOT_V, object_name:WMS_LPN_CONTENTS_LOT_V, status:VALID, product: WMS - Warehouse Management , description: View of container contents ( only lot controlled items) , implementation_dba_data: APPS.WMS_LPN_CONTENTS_LOT_V ,
-
View: WMS_LPN_CONTENTS_LOT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LPN_CONTENTS_LOT_V, object_name:WMS_LPN_CONTENTS_LOT_V, status:VALID, product: WMS - Warehouse Management , description: View of container contents ( only lot controlled items) , implementation_dba_data: APPS.WMS_LPN_CONTENTS_LOT_V ,
-
View: WMS_ZONE_LPN_FOR_RULE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ZONE_LPN_FOR_RULE, object_name:WMS_ZONE_LPN_FOR_RULE, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_ZONE_LPN_FOR_RULE ,
-
View: WMS_ZONE_LPN_FOR_RULE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_ZONE_LPN_FOR_RULE, object_name:WMS_ZONE_LPN_FOR_RULE, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_ZONE_LPN_FOR_RULE ,
-
Table: WMS_LPN_CONTENTS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LPN_CONTENTS, object_name:WMS_LPN_CONTENTS, status:VALID, product: WMS - Warehouse Management , description: Used to store all of the information related to the contents of a container , implementation_dba_data: WMS.WMS_LPN_CONTENTS ,
-
Table: WMS_LPN_PROCESS_TEMP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LPN_PROCESS_TEMP, object_name:WMS_LPN_PROCESS_TEMP, status:VALID, product: WMS - Warehouse Management , description: Temporary table used to store the generated lpn values after call of the Generate_LPN api. API will pass back a process_id that indicates with LPNs in the process temp table were generated during that particular call , implementation_dba_data: WMS.WMS_LPN_PROCESS_TEMP ,
-
Table: WMS_LPN_PROCESS_TEMP
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LPN_PROCESS_TEMP, object_name:WMS_LPN_PROCESS_TEMP, status:VALID, product: WMS - Warehouse Management , description: Temporary table used to store the generated lpn values after call of the Generate_LPN api. API will pass back a process_id that indicates with LPNs in the process temp table were generated during that particular call , implementation_dba_data: WMS.WMS_LPN_PROCESS_TEMP ,
-
Table: WMS_LPN_CONTENTS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LPN_CONTENTS, object_name:WMS_LPN_CONTENTS, status:VALID, product: WMS - Warehouse Management , description: Used to store all of the information related to the contents of a container , implementation_dba_data: WMS.WMS_LPN_CONTENTS ,
-
View: WMS_TXN_REQUEST_LINES_TRACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_TXN_REQUEST_LINES_TRACE_V, object_name:WMS_TXN_REQUEST_LINES_TRACE_V, status:VALID, product: WMS - Warehouse Management , description: WMS TXN Request Lines Trace View , implementation_dba_data: APPS.WMS_TXN_REQUEST_LINES_TRACE_V ,
-
View: WMS_TXN_REQUEST_LINES_TRACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_TXN_REQUEST_LINES_TRACE_V, object_name:WMS_TXN_REQUEST_LINES_TRACE_V, status:VALID, product: WMS - Warehouse Management , description: WMS TXN Request Lines Trace View , implementation_dba_data: APPS.WMS_TXN_REQUEST_LINES_TRACE_V ,
-
View: WMS_PACKING_LPN_CONT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PACKING_LPN_CONT_V, object_name:WMS_PACKING_LPN_CONT_V, status:VALID, product: WMS - Warehouse Management , description: View to display To LPN Content in WMS Packing Workbench Form , implementation_dba_data: APPS.WMS_PACKING_LPN_CONT_V ,
-
View: WMS_PACKING_LPN_CONT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PACKING_LPN_CONT_V, object_name:WMS_PACKING_LPN_CONT_V, status:VALID, product: WMS - Warehouse Management , description: View to display To LPN Content in WMS Packing Workbench Form , implementation_dba_data: APPS.WMS_PACKING_LPN_CONT_V ,
-
View: WMS_DEVICE_REQUESTS_WCSV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_DEVICE_REQUESTS_WCSV, object_name:WMS_DEVICE_REQUESTS_WCSV, status:VALID, product: WMS - Warehouse Management , description: View on which device request query and device response query can be based , implementation_dba_data: APPS.WMS_DEVICE_REQUESTS_WCSV ,
-
View: WMS_DEVICE_REQUESTS_WCSV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_DEVICE_REQUESTS_WCSV, object_name:WMS_DEVICE_REQUESTS_WCSV, status:VALID, product: WMS - Warehouse Management , description: View on which device request query and device response query can be based , implementation_dba_data: APPS.WMS_DEVICE_REQUESTS_WCSV ,
-
View: WMS_DEVICE_REQUESTS_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_DEVICE_REQUESTS_HIST_V, object_name:WMS_DEVICE_REQUESTS_HIST_V, status:VALID, product: WMS - Warehouse Management , description: Device Request History. It is used for View Device Request History form , implementation_dba_data: APPS.WMS_DEVICE_REQUESTS_HIST_V ,
-
View: WMS_DEVICE_REQUESTS_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_DEVICE_REQUESTS_HIST_V, object_name:WMS_DEVICE_REQUESTS_HIST_V, status:VALID, product: WMS - Warehouse Management , description: Device Request History. It is used for View Device Request History form , implementation_dba_data: APPS.WMS_DEVICE_REQUESTS_HIST_V ,
-
View: WMS_WP_WWB_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WP_WWB_LINES_V, object_name:WMS_WP_WWB_LINES_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_WP_WWB_LINES_V ,
-
View: WMS_LABEL_REQUESTS_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LABEL_REQUESTS_HIST_V, object_name:WMS_LABEL_REQUESTS_HIST_V, status:VALID, product: WMS - Warehouse Management , description: View to store lable printing request history records , implementation_dba_data: APPS.WMS_LABEL_REQUESTS_HIST_V ,
-
View: WMS_LABEL_REQUESTS_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LABEL_REQUESTS_HIST_V, object_name:WMS_LABEL_REQUESTS_HIST_V, status:VALID, product: WMS - Warehouse Management , description: View to store lable printing request history records , implementation_dba_data: APPS.WMS_LABEL_REQUESTS_HIST_V ,