We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
SELECT * FROM oe_order_headers_all WHERE order_number = '43056367';SELECT * FROM
oe_order_lines_all WHERE header_id = 82056370;SELECT * FROM fnd_lookup_values WHERE
lookup_type = 'WMS_TASK_STATUS' AND language = 'US';SELECT * FROM bom_standard_operations;SELECT * FROM mtl_material_transactions_temp WHERE transaction_temp_id = 1019181782; WHERE move_order_line_id = 1064292125;SELECT * FROM wms_license_plate_numbers WHERE license_plate_number IN ('CDF2958391', 'CDF2958392', 'CDF2958393');-- =============================--WMS TASK TYPES--=============================/*1, 'Pick',2, 'Putaway',3, 'Cycle Count',4, 'Replenish',5, 'Move Order Transfer',6, 'Move Order Issue',7, 'Staging Move',8, 'Inspection'*/-- =============================--WMS TASK STATUSES--=============================/*1 Pending10Suspended11Aborted12Cancelled13PickNone2 Queued3 Dispatched4 Loaded5 Error6 Completed7 Hold8 Unreleased*/--=============================--PICK RELEASE-- =============================--ORDER Line Status - Awaiting Shipping--Delivery Detail Line Status - Released To Warehouse--Delivery Status - Open --Task Status Pending and No Dispatched TaskSELECT trx_source_line_id, move_order_line_id , container_item_id , cartonization_id , transfer_lpn_id --NULL , lpn_id --NULL , wms_task_status -- 1 Pending , wms_task_type , operation_plan_i