DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 1727: FROM mtl_material_transactions_temp mmtt

1723: BEGIN
1724:
1725: SELECT NVL(SUM(primary_quantity),0)
1726: INTO l_allocated_qty
1727: FROM mtl_material_transactions_temp mmtt
1728: WHERE inventory_item_id = p_item_id
1729: AND organization_id = p_org_id
1730: AND subinventory_code = p_subinv
1731: AND transfer_subinventory <> p_subinv