DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 2088: FROM mtl_secondary_inventories

2084: END IF;
2085:
2086: SELECT *
2087: INTO l_sub
2088: FROM mtl_secondary_inventories
2089: WHERE secondary_inventory_name = p_mo_line_rec.to_subinventory_code
2090: AND organization_id = p_mo_line_rec.organization_id;
2091: */
2092: IF (is_debug) THEN