1606: --inv_Debug.message('ssia', 'transaction_temp_id is ' || p_transaction_temp_id);
1607:
1608: SELECT reservable_type
1609: INTO l_reservable_type
1610: FROM mtl_secondary_inventories
1611: WHERE organization_id = l_mmtt_rec.organization_id
1612: AND secondary_inventory_name = p_new_subinventory;
1613:
1614: --inv_Debug.message('ssia', 'l_reservable_type is ' || l_reservable_Type);