DBA Data[Home] [Help]

APPS.WMS_OP_DEST_SYS_APIS dependencies on WMS_DISPATCHED_TASKS_HISTORY

Line 298: wms_dispatched_tasks_history wdth

294: wsh_delivery_details wdd2,
295: wsh_delivery_assignments_v wda,
296: mtl_item_locations mil,
297: mtl_secondary_inventories msi,
298: wms_dispatched_tasks_history wdth
299: WHERE wda.delivery_detail_id = wdd.delivery_detail_id AND
300: wdd.released_status = 'Y' AND
301: wdd.locator_id = mil.inventory_location_id AND
302: nvl(mil.inventory_location_type, 3) = G_LOC_TYPE_CONSOLIDATION AND

Line 380: wms_dispatched_tasks_history wdth

376: wsh_delivery_assignments_v wda,
377: mtl_txn_request_lines mol,
378: mtl_item_locations mil,
379: mtl_secondary_inventories msi,
380: wms_dispatched_tasks_history wdth
381: WHERE
382: mol.line_id = wdd.move_order_line_id AND
383: wdd.released_status = 'Y' AND
384: wdd.locator_id = mil.inventory_location_id AND