DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on MTL_ITEM_LOCATIONS_KFV

Line 3666: ,mtl_item_locations_kfv milk

3662: ,Nvl(msi.lpn_controlled_flag,2) lpn_controlled_flag
3663: FROM mtl_material_transactions_temp mmtt
3664: ,wms_license_plate_numbers wlpn
3665: ,mtl_secondary_inventories msi
3666: ,mtl_item_locations_kfv milk
3667: WHERE mmtt.transaction_temp_id = v_transaction_temp_id
3668: AND mmtt.cartonization_id = wlpn.lpn_id(+)
3669: AND NVL(mmtt.transfer_to_location,mmtt.locator_id) = milk.inventory_location_id(+)
3670: AND msi.organization_id(+) = mmtt.organization_id