Search Results from_lpn
Overview
APPS.WMS_WP_TASKS_GTMP_V is a reporting and integration view within the Oracle Warehouse Management (WMS) module of Oracle E-Business Suite. It exposes the content of the global temporary staging structure that holds warehouse execution task data generated by the WMS task dispatch and work planning engine. The view is defined with an explicit column list drawn from a single underlying synonym, WMS_WP_TASKS_GTMP, and presents one row per warehouse task or task-related transaction record. Its principal role is to provide a stable, named interface over the temporary task staging data so that concurrent programs, mobile device interfaces, and custom reports can consume task attributes without referencing the base temporary table directly. In the context of Oracle EBS 12.1.1 and 12.2.2, the view is a read-oriented object typically queried during wave picking, task confirmation, LPN-directed movement, and inquiry activity.
Underlying Base Objects
The view is defined entirely over the documented base object WMS_WP_TASKS_GTMP, which is exposed in the APPS schema through a synonym. Because the base is a global temporary table, the physical rows visible through the view are session-scoped and are populated and consumed within the same runtime context that generates the tasks. The view adds no join logic, filters, or transformations; it is a projection of selected columns from the base object. This means the view inherits the temporary, session-bound nature of the underlying structure and should not be treated as a persistent historical record.
Key Columns
- TASK_ID — Primary identifier for the warehouse task record.
- FROM_LPN and TO_LPN — License plate numbers for the source and destination of the task movement; FROM_LPN_ID is not part of the documented view, though TO_LPN_ID is present.
- ALLOCATED_LPN, CARTONIZED_LPN, CONTENT_LPN, and PICKED_LPN — LPN roles associated with allocation, cartonization, content containment, and picking.
- ORGANIZATION_ID / ORGANIZATION_CODE and TO_ORGANIZATION_ID / TO_ORGANIZATION_CODE — Source and destination inventory organizations.
- TO_SUBINVENTORY and TO_LOCATOR / TO_LOCATOR_ID — Destination subinventory and locator.
- ITEM, ITEM_DESCRIPTION, REVISION — Item identity attributes for the task.
- SUBINVENTORY and LOCATOR — Source storage location.
- TRANSACTION_TYPE_ID, TRANSACTION_ACTION_ID, TRANSACTION_TEMP_ID, and related source columns — Transaction classification and origin.
- USER_TASK_TYPE, TASK_TYPE, and STATUS — Task classification and current task status, each paired with original values such as STATUS_ID_ORIGINAL.
- PERSON, PERSON_RESOURCE_CODE — Assigned user or resource.
- TRANSACTION_QUANTITY and TRANSACTION_UOM, with SECONDARY_QUANTITY and SECONDARY_UOM — Primary and secondary quantity information.
- OPERATION_PLAN, OPERATION_SEQUENCE, OPERATION_PLAN_INSTANCE — Manufacturing or flow operation association.
- CHILD_TASKS / NUM_OF_CHILD_TASKS, SHIP_METHOD, SHIPMENT_DATE, DEPARTMENT, EQUIPMENT — Additional planning and shipping attributes.
Common Use Cases and Queries
Because the user search focused on from_lpn, the most relevant scenario is retrieving tasks by their source license plate. A typical query filters the view on FROM_LPN to list all pending movements originating from a given LPN:
SELECT task_id, from_lpn, to_lpn, item, subinventory, locator,
transaction_quantity, transaction_uom, status
FROM apps.wms_wp_tasks_gtmp_v
WHERE from_lpn = :p_from_lpn
ORDER BY task_id;
Other common uses include joining TASK_ID to transaction history for audit reconciliation, filtering by STATUS to identify open tasks, or grouping by USER_TASK_TYPE for workload analysis. Because the underlying structure is temporary, queries are normally issued from within the same session or concurrent request that populated it.
-
VIEW: APPS.WMS_WP_TASKS_GTMP_V
12.2.2
-
VIEW: APPS.WMS_WAVEPLAN_TASKS_V
12.1.1
-
View: WMS_WAVEPLAN_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WAVEPLAN_TASKS_V, object_name:WMS_WAVEPLAN_TASKS_V, status:VALID, product: WMS - Warehouse Management , description: WMS Wave Planning Task View , implementation_dba_data: APPS.WMS_WAVEPLAN_TASKS_V ,
-
View: WMS_WAVEPLAN_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WAVEPLAN_TASKS_V, object_name:WMS_WAVEPLAN_TASKS_V, status:VALID, product: WMS - Warehouse Management , description: WMS Wave Planning Task View , implementation_dba_data: APPS.WMS_WAVEPLAN_TASKS_V ,
-
VIEW: APPS.WMS_WAVEPLAN_TASKS_V
12.2.2
-
VIEW: APPS.WMS_WP_TASKS_GTMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WP_TASKS_GTMP_V, object_name:WMS_WP_TASKS_GTMP_V, status:VALID,
-
VIEW: APPS.WMS_WP_WWB_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:WMS_WP_WWB_TASKS_V, status:VALID,
-
TABLE: WMS.WMS_WP_TASKS_GTMP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_WP_TASKS_GTMP, object_name:WMS_WP_TASKS_GTMP, status:VALID,
-
View: WMS_WP_TASKS_GTMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WP_TASKS_GTMP_V, object_name:WMS_WP_TASKS_GTMP_V, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: APPS.WMS_WP_TASKS_GTMP_V ,
-
TABLE: WMS.WMS_WAVEPLAN_TASKS_TEMP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_WAVEPLAN_TASKS_TEMP, object_name:WMS_WAVEPLAN_TASKS_TEMP, status:VALID,
-
TABLE: WMS.WMS_WAVEPLAN_TASKS_TEMP
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_WAVEPLAN_TASKS_TEMP, object_name:WMS_WAVEPLAN_TASKS_TEMP, status:VALID,
-
VIEW: APPS.WMS_WAVEPLAN_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WAVEPLAN_TASKS_V, object_name:WMS_WAVEPLAN_TASKS_V, status:VALID,
-
VIEW: APPS.WMS_WAVEPLAN_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_WAVEPLAN_TASKS_V, object_name:WMS_WAVEPLAN_TASKS_V, status:VALID,
-
PACKAGE: APPS.WMS_TASK_MGMT_PUB
12.2.2
-
PACKAGE: APPS.WMS_TASK_MGMT_PUB
12.1.1
-
APPS.WMS_PLAN_TASKS_PVT SQL Statements
12.1.1
-
APPS.WMS_PLAN_TASKS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.RCV_INT_ORG_TRANSFER
12.1.1
-
APPS.WMS_TASK_MGMT_PUB SQL Statements
12.1.1
-
APPS.WMS_TASK_MGMT_PUB SQL Statements
12.2.2
-
PACKAGE BODY: APPS.RCV_INT_ORG_TRANSFER
12.2.2
-
APPS.WMS_WAVE_PLANNING_PVT SQL Statements
12.2.2
-
APPS.WMS_WAVEPLAN_TASKS_PVT SQL Statements
12.2.2
-
APPS.WMS_WAVE_PLANNING_PVT dependencies on WMS_LICENSE_PLATE_NUMBERS
12.2.2
-
PACKAGE: APPS.WMS_PUTAWAY_UTILS
12.2.2
-
PACKAGE: APPS.WMS_PUTAWAY_UTILS
12.1.1
-
APPS.WMS_WAVEPLAN_TASKS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.WMS_PLAN_TASKS_PVT
12.1.1
-
PACKAGE BODY: APPS.WMS_PLAN_TASKS_PVT
12.2.2
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on WMS_LPN_CONTENTS
12.2.2
-
PACKAGE BODY: APPS.RCV_ROI_RETURN
12.1.1
-
PACKAGE BODY: APPS.WMS_TASK_MGMT_PUB
12.1.1
-
PACKAGE BODY: APPS.RCV_ROI_RETURN
12.2.2
-
PACKAGE BODY: APPS.WMS_TASK_MGMT_PUB
12.2.2
-
PACKAGE BODY: APPS.WMS_WAVEPLAN_TASKS_PVT
12.2.2
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on WMS_CONTAINER_PUB
12.1.1
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on WMS_CONTAINER_PUB
12.2.2
-
PACKAGE BODY: APPS.WMS_WAVEPLAN_TASKS_PVT
12.1.1
-
PACKAGE BODY: APPS.WMS_WAVE_PLANNING_PVT
12.2.2
-
PACKAGE BODY: APPS.WMS_CATCH_WEIGHT_PVT
12.1.1
-
APPS.RCV_INT_ORG_TRANSFER dependencies on RCV_ERROR_PKG
12.2.2
-
APPS.RCV_INT_ORG_TRANSFER dependencies on RCV_ERROR_PKG
12.1.1
-
eTRM - WMS Tables and Views
12.2.2
-
PACKAGE BODY: APPS.WMS_PUTAWAY_UTILS
12.1.1
-
PACKAGE BODY: APPS.WMS_CATCH_WEIGHT_PVT
12.2.2
-
PACKAGE BODY: APPS.WMS_PUTAWAY_UTILS
12.2.2
-
PACKAGE BODY: APPS.WMS_TASK_DISPATCH_GEN
12.2.2
-
eTRM - WMS Tables and Views
12.1.1
-
PACKAGE BODY: APPS.RCV_ROI_TRANSACTION
12.1.1
-
PACKAGE BODY: APPS.RCV_ROI_TRANSACTION
12.2.2