Search Results wms_license_plate_numbers
The WMS_LICENSE_PLATE_NUMBERS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical component of the Warehouse Management System (WMS) module. It serves as the foundation for tracking and managing license plate numbers (LPNs), which are unique identifiers assigned to containers, pallets, or other physical units within a warehouse. This table stores essential metadata about LPNs, including their status, creation details, and associations with inventory items, enabling efficient inventory control and movement tracking.
Table Structure and Key Columns
The WMS_LICENSE_PLATE_NUMBERS table contains several key columns that define the characteristics and lifecycle of an LPN:- LICENSE_PLATE_NUMBER: The primary key, storing the unique identifier for each LPN.
- ORGANIZATION_ID: Links the LPN to an inventory organization, ensuring data segregation.
- INVENTORY_ITEM_ID: Associates the LPN with a specific item in the inventory.
- SUBINVENTORY_CODE: Indicates the subinventory where the LPN is currently located.
- STATUS: Reflects the current state of the LPN (e.g., "Active," "Inactive," "Shipped").
- CREATION_DATE and LAST_UPDATE_DATE: Track the LPN's creation and modification timestamps.
- PARENT_LPN_ID: Supports hierarchical LPN structures by referencing a parent LPN.
Functional Role in WMS
The table plays a pivotal role in warehouse operations:- Inventory Tracking: LPNs enable granular tracking of items, improving visibility and reducing errors.
- Movement Management: The table records LPN movements between locations, supporting putaway, picking, and shipping processes.
- Quality Control: Status fields help quarantine LPNs for inspection or recall.
- Integration: Interfaces with other WMS tables like MTL_ONHAND_QUANTITIES and WMS_LPN_CONTENTS to provide a comprehensive inventory view.
Technical Considerations
In Oracle EBS 12.1.1 and 12.2.2, the table is optimized for high-volume transactions:- Indexing: Key columns are indexed to support rapid queries during warehouse operations.
- Partitioning: In large implementations, the table may be partitioned by ORGANIZATION_ID for performance.
- API Dependencies The table is maintained via WMS APIs (e.g., INV_LPN_PUB) to enforce business logic.
Customization and Extensions
Common enhancements include:- Adding custom statuses via lookup codes to support unique workflows.
- Extending the table with descriptive flexfields (DFFs) for industry-specific attributes.
- Implementing triggers to synchronize LPN data with external systems.
Upgrade Impact (12.1.1 to 12.2.2)
While the core structure remains consistent, Oracle 12.2.2 introduces:- Enhanced LPN validation rules in the API layer.
- Improved integration with Oracle Fusion Middleware for real-time LPN tracking.
- Additional columns to support advanced warehouse control systems.
-
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.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 ,
-
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 ,
-
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.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 ,
-
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 ,
-
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_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 ,
-
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 ,
-
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_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_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.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_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 ,
-
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 ,