DBA Data[Home] [Help]

APPS.INV_REPLENISH_DETAIL_PUB dependencies on MTL_SECONDARY_INVENTORIES

Line 1478: FROM mtl_secondary_inventories

1474: --inv_Debug.message('ssia', 'transaction_temp_id is ' || p_transaction_temp_id);
1475:
1476: SELECT reservable_type
1477: INTO l_reservable_type
1478: FROM mtl_secondary_inventories
1479: WHERE organization_id = l_mmtt_rec.organization_id
1480: AND secondary_inventory_name = p_new_subinventory;
1481:
1482: --inv_Debug.message('ssia', 'l_reservable_type is ' || l_reservable_Type);