Search Results help with color management in windows
Deep Dive into WMS_LPN_PROCESS_TEMP in Oracle EBS 12.1.1/12.2.2
The WMS_LPN_PROCESS_TEMP
table is a critical temporary storage entity within Oracle E-Business Suite (EBS) Warehouse Management System (WMS), specifically designed to facilitate the processing of License Plate Numbers (LPNs) during transactional operations. This table acts as an intermediary buffer, holding LPN-related data temporarily while the system executes complex logistics workflows such as receiving, putaway, picking, shipping, or cycle counting. Its structure and functionality are optimized for high-volume transactions in distribution centers and warehouses.
Purpose and Context:
In Oracle EBS WMS, LPNs are unique identifiers assigned to physical containers (e.g., pallets, cartons) to track inventory movements. The WMS_LPN_PROCESS_TEMP
table serves as a staging area for LPN data during bulk operations, ensuring transactional integrity and performance. It is particularly vital in scenarios requiring batch processing, such as mass LPN creation, label printing, or status updates, where direct table manipulation could strain system resources.
Key Columns and Schema:
The table’s schema typically includes columns like:
PROCESS_ID
: A unique identifier linking temporary records to a specific batch process.LPN_ID
: References the LPN being processed, mapped toWMS_LICENSE_PLATE_NUMBERS
.ORGANIZATION_ID
: Specifies the inventory organization context.STATUS
: Tracks the processing state (e.g., ‘PENDING’, ‘PROCESSED’, ‘ERROR’).TRANSACTION_TYPE
: Indicates the operation (e.g., ‘RECEIVING’, ‘PICKING’).CREATION_DATE
andLAST_UPDATE_DATE
: Audit timestamps.
Integration with WMS Workflows:
The table integrates with Oracle WMS APIs and concurrent programs (e.g., ‘Process LPNs’). For example:
- During receiving, LPN data is first inserted into
WMS_LPN_PROCESS_TEMP
via theINV_LPN_PUB
API. - A background process reads the table, validates data, and updates permanent tables (
WMS_LICENSE_PLATE_NUMBERS
,MTL_ONHAND_QUANTITIES
). - Post-processing, records are either purged or flagged for review if errors occur.
Performance and Maintenance:
In Oracle EBS 12.1.1 and 12.2.2, the table’s performance hinges on proper indexing (e.g., on
PROCESS_ID
, STATUS
) and periodic purging of stale data via custom cleanup jobs. Administrators should monitor its growth, as unchecked accumulation can degrade transaction speeds. The table’s temporary nature also implies it is rarely accessed directly by reports; instead, finalized data resides in core WMS tables.
Customization Considerations:
While Oracle discourages schema modifications, extensions (e.g., adding custom columns) may be implemented via descriptive flexfields (DFFs) to support unique business needs without compromising upgradeability.
In summary,
WMS_LPN_PROCESS_TEMP
is a foundational component of Oracle WMS, enabling efficient, auditable LPN processing. Its design reflects Oracle’s commitment to modularity and performance in high-throughput warehouse environments.
-
File: Warehouse Management ERD.pdf
12.1.1
product: WMS - Warehouse Management , size: 194.897 KBytes , file_type: PDF Diagram ,
-
File: Warehouse Management ERD.pdf
12.2.2
product: WMS - Warehouse Management , size: 194.897 KBytes , file_type: PDF Diagram ,
-
Concurrent Program: WMSDKOTM
12.1.1
execution_filename: SyncDockDoorToOtm , product: WMS - Warehouse Management , user_name: Dock Door Reference Data Integration , description: Dock Door Reference Data Integration , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: WMSDKOTM
12.2.2
execution_filename: SyncDockDoorToOtm , product: WMS - Warehouse Management , user_name: Dock Door Reference Data Integration , description: Dock Door Reference Data Integration , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
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 ,
-
Lookup Type: WMS_MSG_TEMPLATE_TYPES
12.1.1
product: WMS - Warehouse Management , meaning: WMS Message Template Types ,
-
Lookup Type: WMS_MSG_TEMPLATE_TYPES
12.2.2
product: WMS - Warehouse Management , meaning: WMS Message Template Types ,
-
Table: WMS_LPN_CONTENTS_INTERFACE
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LPN_CONTENTS_INTERFACE, object_name:WMS_LPN_CONTENTS_INTERFACE, status:VALID, product: WMS - Warehouse Management , description: Open interface table for preprocessing LPNs shipped with ASN , implementation_dba_data: WMS.WMS_LPN_CONTENTS_INTERFACE ,
-
Table: WMS_LPN_CONTENTS_INTERFACE
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LPN_CONTENTS_INTERFACE, object_name:WMS_LPN_CONTENTS_INTERFACE, status:VALID, product: WMS - Warehouse Management , description: Open interface table for preprocessing LPNs shipped with ASN , implementation_dba_data: WMS.WMS_LPN_CONTENTS_INTERFACE ,
-
Lookup Type: CONFIG_FIELD_VALUES
12.2.2
product: WMS - Warehouse Management , meaning: Field Configuration Values , description: Configurable UI Field Configuration Values ,
-
Lookup Type: CONFIG_FIELD_VALUES
12.1.1
product: WMS - Warehouse Management , meaning: Field Configuration Values , description: Configurable UI Field Configuration Values ,
-
View: WMS_OBJECTS_STRATEGY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_OBJECTS_STRATEGY_V, object_name:WMS_OBJECTS_STRATEGY_V, status:VALID, product: WMS - Warehouse Management , description: WMS business object with strategy assigned LOV view , implementation_dba_data: APPS.WMS_OBJECTS_STRATEGY_V ,
-
View: WMS_OBJECTS_STRATEGY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_OBJECTS_STRATEGY_V, object_name:WMS_OBJECTS_STRATEGY_V, status:VALID, product: WMS - Warehouse Management , description: WMS business object with strategy assigned LOV view , implementation_dba_data: APPS.WMS_OBJECTS_STRATEGY_V ,
-
Lookup Type: WMS_LABEL_TYPE
12.2.2
product: WMS - Warehouse Management , meaning: WMS Label Type , description: These Label Types are associated with Business Flows during Label Printing Setup. ,
-
Lookup Type: WMS_LABEL_TYPE
12.1.1
product: WMS - Warehouse Management , meaning: WMS Label Type , description: These Label Types are associated with Business Flows during Label Printing Setup. ,
-
View: WMS_PAGE_TEMPLATES_FIELDS_F_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_PAGE_TEMPLATES_FIELDS_F_V, object_name:WMS_PAGE_TEMPLATES_FIELDS_F_V, status:VALID, product: WMS - Warehouse Management , description: This view shows page template fields with configurable fields , implementation_dba_data: APPS.WMS_PAGE_TEMPLATES_FIELDS_F_V ,
-
Lookup Type: WMS_WCS_DIRECTIVE_CODES
12.1.1
product: WMS - Warehouse Management , meaning: WMS WCS Directive Codes ,
-
Lookup Type: WMS_WCS_DIRECTIVE_CODES
12.2.2
product: WMS - Warehouse Management , meaning: WMS WCS Directive Codes ,
-
Lookup Type: WMS_LMS_USER_TYPES
12.1.1
product: WMS - Warehouse Management , meaning: WMS_LMS_USER_TYPES , description: For User Types in Labor Management System ,
-
Lookup Type: WMS_LMS_USER_TYPES
12.2.2
product: WMS - Warehouse Management , meaning: WMS_LMS_USER_TYPES , description: For User Types in Labor Management System ,
-
Lookup Type: WMS_BUSINESS_FLOW
12.1.1
product: WMS - Warehouse Management , meaning: WMS Business Flow , description: These Business Flows are associated with Label Types in Label Printing Setup ,
-
Lookup Type: WMS_BUSINESS_FLOW
12.2.2
product: WMS - Warehouse Management , meaning: WMS Business Flow , description: These Business Flows are associated with Label Types in Label Printing Setup ,
-
Lookup Type: WMS_CONSOL_METHODS
12.1.1
product: WMS - Warehouse Management , meaning: WMS Consolidation methods ,
-
Lookup Type: WMS_CONSOL_METHODS
12.2.2
product: WMS - Warehouse Management , meaning: WMS Consolidation methods ,
-
Table: WMS_OP_PLAN_INSTANCES_ARCH
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_PLAN_INSTANCES_ARCH, object_name:WMS_OP_PLAN_INSTANCES_ARCH, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_PLAN_INSTANCES_ARCH ,
-
File: WMS_Dependencies.html
12.2.2
product: WMS - Warehouse Management , size: 233.946 KBytes , file_type: HTML Report , description: WMS_Dependencies.html is an html report that documents dependencies to tables and views in the WMS product. ,
-
File: WMSProduct_Dependencies.html
12.2.2
product: WMS - Warehouse Management , size: 20.072 KBytes , file_type: HTML Report , description: WMSProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the WMS product. ,
-
Table: WMS_OP_PLAN_INSTANCES_ARCH
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_PLAN_INSTANCES_ARCH, object_name:WMS_OP_PLAN_INSTANCES_ARCH, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_PLAN_INSTANCES_ARCH ,
-
Table: WMS_OP_OPERTN_INSTANCES_ARCH
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_OPERTN_INSTANCES_ARCH, object_name:WMS_OP_OPERTN_INSTANCES_ARCH, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_OPERTN_INSTANCES_ARCH ,
-
Lookup Type: WMS_XDOCK_OPPORTUNISTIC_SUPPLY
12.1.1
product: WMS - Warehouse Management , meaning: WMS opportunistic crossdock supply sources , description: WMS available supply sources for opportunistic crossdocking ,
-
Lookup Type: WMS_XDOCK_OPPORTUNISTIC_SUPPLY
12.2.2
product: WMS - Warehouse Management , meaning: WMS opportunistic crossdock supply sources , description: WMS available supply sources for opportunistic crossdocking ,
-
Table: WMS_OP_OPERTN_INSTANCES_ARCH
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_OPERTN_INSTANCES_ARCH, object_name:WMS_OP_OPERTN_INSTANCES_ARCH, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_OPERTN_INSTANCES_ARCH ,
-
File: WMS_Dependencies.html
12.1.1
product: WMS - Warehouse Management , size: 222.481 KBytes , file_type: HTML Report , description: WMS_Dependencies.html is an html report that documents dependencies to tables and views in the WMS product. ,
-
File: WMSProduct_Dependencies.html
12.1.1
product: WMS - Warehouse Management , size: 20.39 KBytes , file_type: HTML Report , description: WMSProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the WMS product. ,
-
Table: WMS_OP_OPERATION_INSTANCES
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_OPERATION_INSTANCES, object_name:WMS_OP_OPERATION_INSTANCES, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_OPERATION_INSTANCES ,
-
Table: WMS_OP_PLAN_INSTANCES_HIST
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_PLAN_INSTANCES_HIST, object_name:WMS_OP_PLAN_INSTANCES_HIST, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_PLAN_INSTANCES_HIST ,
-
Table: WMS_OP_OPERATION_INSTANCES
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_OPERATION_INSTANCES, object_name:WMS_OP_OPERATION_INSTANCES, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_OPERATION_INSTANCES ,
-
Table: WMS_OP_PLAN_INSTANCES
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_PLAN_INSTANCES, object_name:WMS_OP_PLAN_INSTANCES, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_PLAN_INSTANCES ,
-
Table: WMS_OP_OPERTN_INSTANCES_HIST
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_OPERTN_INSTANCES_HIST, object_name:WMS_OP_OPERTN_INSTANCES_HIST, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_OPERTN_INSTANCES_HIST ,
-
Table: WMS_OP_OPERTN_INSTANCES_HIST
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_OPERTN_INSTANCES_HIST, object_name:WMS_OP_OPERTN_INSTANCES_HIST, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_OPERTN_INSTANCES_HIST ,
-
Table: WMS_OP_PLAN_INSTANCES_HIST
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_PLAN_INSTANCES_HIST, object_name:WMS_OP_PLAN_INSTANCES_HIST, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_PLAN_INSTANCES_HIST ,
-
Table: WMS_OP_PLAN_INSTANCES
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_OP_PLAN_INSTANCES, object_name:WMS_OP_PLAN_INSTANCES, status:VALID, product: WMS - Warehouse Management , description: Not intended for use in Release 11.5.9 , implementation_dba_data: WMS.WMS_OP_PLAN_INSTANCES ,
-
Lookup Type: WMS_CHILD_SHORT_NAMES
12.2.2
product: WMS - Warehouse Management , meaning: WMS API call short names ,
-
Lookup Type: WMS_CHILD_SHORT_NAMES
12.1.1
product: WMS - Warehouse Management , meaning: WMS API call short names ,
-
Table: WMS_LABEL_SET_FORMATS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_SET_FORMATS, object_name:WMS_LABEL_SET_FORMATS, status:VALID, product: WMS - Warehouse Management , description: This table is key to Label-set feature in WMS. It stores formats and set relationship. , implementation_dba_data: WMS.WMS_LABEL_SET_FORMATS ,
-
Table: WMS_LABEL_SET_FORMATS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_SET_FORMATS, object_name:WMS_LABEL_SET_FORMATS, status:VALID, product: WMS - Warehouse Management , description: This table is key to Label-set feature in WMS. It stores formats and set relationship. , implementation_dba_data: WMS.WMS_LABEL_SET_FORMATS ,
-
Lookup Type: WMS_SORT_ORDER
12.1.1
product: WMS - Warehouse Management , meaning: WMS Sort Order , description: WMS sort order used in rule defition ,
-
Lookup Type: WMS_LINE_TYPE
12.1.1
product: WMS - Warehouse Management , meaning: WMS Line Type , description: WMS line type used in rules engine ,
-
Lookup Type: WMS_LINE_TYPE
12.2.2
product: WMS - Warehouse Management , meaning: WMS Line Type , description: WMS line type used in rules engine ,