Search Results to_locator
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.CSP_PICK_CONFIRM_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSP_PICK_CONFIRM_V, status:VALID,
-
VIEW: APPS.CSP_PICK_CONFIRM_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSP_PICK_CONFIRM_V, status:VALID,
-
VIEW: APPS.WMS_WAVEPLAN_TASKS_V
12.2.2
-
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: APPS.WMS_WAVEPLAN_TASKS_V
12.1.1
-
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_WP_WWB_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:WMS_WP_WWB_TASKS_V, 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 ,
-
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,
-
APPS.INV_PROJECT SQL Statements
12.2.2
-
APPS.INV_PROJECT SQL Statements
12.1.1
-
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,
-
PACKAGE: APPS.INV_VALUE_TO_ID
12.1.1
-
PACKAGE: APPS.INV_VALUE_TO_ID
12.2.2
-
VIEW: APPS.CSP_RECV_PARTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RECV_PARTS_V, object_name:CSP_RECV_PARTS_V, status:VALID,
-
VIEW: APPS.CSP_RECV_PARTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RECV_PARTS_V, object_name:CSP_RECV_PARTS_V, status:VALID,
-
VIEW: QA.QA_RESULTS_INTERFACE#
12.2.2
-
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: CSP_RECV_PARTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RECV_PARTS_V, object_name:CSP_RECV_PARTS_V, status:VALID, product: CSP - Spares Management , description: Information about shipped packlists , implementation_dba_data: APPS.CSP_RECV_PARTS_V ,
-
View: CSP_RECV_PARTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_RECV_PARTS_V, object_name:CSP_RECV_PARTS_V, status:VALID, product: CSP - Spares Management , description: Information about shipped packlists , implementation_dba_data: APPS.CSP_RECV_PARTS_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,
-
PACKAGE BODY: APPS.INV_ID_TO_VALUE
12.1.1
-
PACKAGE BODY: APPS.INV_ID_TO_VALUE
12.2.2
-
PACKAGE: APPS.INV_ID_TO_VALUE
12.1.1
-
PACKAGE: APPS.INV_ID_TO_VALUE
12.2.2
-
PACKAGE BODY: APPS.GMD_QCR02USR_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.GMD_QCR02USR_XMLP_PKG
12.2.2
-
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,
-
VIEW: APPS.ISC_QA_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:ISC_QA_RESULTS_V, status:VALID,
-
APPS.INV_LABEL_PVT8 SQL Statements
12.1.1
-
VIEW: APPS.ISC_QA_RESULTS_V
12.1.1
-
PACKAGE BODY: APPS.INV_VALUE_TO_ID
12.1.1
-
PACKAGE BODY: APPS.INV_VALUE_TO_ID
12.2.2
-
APPS.GMD_QCR02USR_XMLP_PKG SQL Statements
12.1.1
-
APPS.GMD_QCR02USR_XMLP_PKG SQL Statements
12.2.2
-
VIEW: QA.QA_RESULTS_INTERFACE#
12.2.2
owner:QA, object_type:VIEW, object_name:QA_RESULTS_INTERFACE#, status:VALID,
-
PACKAGE BODY: APPS.INV_PROJECT
12.1.1
-
APPS.INV_LABEL_PVT8 SQL Statements
12.2.2
-
PACKAGE BODY: APPS.INV_PROJECT
12.2.2
-
View: QA_RESULTS_QWB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_QWB_V, object_name:QA_RESULTS_QWB_V, status:VALID, product: QA - Quality , description: Shows all quality results , implementation_dba_data: APPS.QA_RESULTS_QWB_V ,
-
PACKAGE: APPS.INV_PROJECT
12.2.2
-
PACKAGE: APPS.INV_PROJECT
12.1.1
-
View: QA_RESULTS_FULL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_FULL_V, object_name:QA_RESULTS_FULL_V, status:VALID, product: QA - Quality , description: Shows all quality results , implementation_dba_data: APPS.QA_RESULTS_FULL_V ,
-
PACKAGE: APPS.GMD_QCR02USR_XMLP_PKG
12.2.2
-
PACKAGE: APPS.GMD_QCR02USR_XMLP_PKG
12.1.1
-
View: QA_RESULTS_FULL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QA.QA_RESULTS_FULL_V, object_name:QA_RESULTS_FULL_V, status:VALID, product: QA - Quality , description: Shows all quality results , implementation_dba_data: APPS.QA_RESULTS_FULL_V ,
-
PACKAGE: APPS.WMS_TASK_MGMT_PUB
12.1.1
-
PACKAGE: APPS.WMS_TASK_MGMT_PUB
12.2.2