DBA Data[Home] [Help]

APPS.INV_MINMAX_PVT dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP

Line 1730: FROM mtl_material_transactions_temp mmtt

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