DBA Data[Home] [Help]

APPS.WMS_CATCH_WEIGHT_PVT dependencies on MTL_MATERIAL_STATUSES

Line 1530: , mtl_material_statuses mms

1526: FROM mtl_material_transactions_temp mmtt
1527: WHERE mmtt.reservation_id = p_rsv_id
1528: AND EXISTS ( SELECT 'x'
1529: FROM mtl_onhand_quantities_detail moqd
1530: , mtl_material_statuses mms
1531: WHERE moqd.organization_id = mmtt.organization_id
1532: AND moqd.subinventory_code = mmtt.subinventory_code
1533: AND moqd.locator_id = mmtt.locator_id
1534: AND moqd.inventory_item_id = mmtt.inventory_item_id