Quintiq file version 2.0 
 | 
#parent: #root 
 | 
StaticMethod SynchronizationAllMappingBrokerAndAPI ( 
 | 
  MacroPlan macroPlan, 
 | 
  GlobalOTDTable globalOTDTable 
 | 
) 
 | 
{ 
 | 
  TextBody: 
 | 
  [* 
 | 
    globalOTDTable.Global_MappingUnitOfMeasure_MP( relflush ); 
 | 
    globalOTDTable.Global_MappingSalesSegment_MP( relflush ); 
 | 
    globalOTDTable.Global_MappingStockingPoint_MP( relflush ); 
 | 
    globalOTDTable.Global_MappingCurrency_MP( relflush ); 
 | 
    globalOTDTable.Global_MappingCurrencyRate_MP( relflush ); 
 | 
    globalOTDTable.Global_MappingProduct_MP( relflush ); 
 | 
    globalOTDTable.Global_MappingConversionFactor( relflush ); 
 | 
    globalOTDTable.Global_MappingOperation( relflush ); 
 | 
    globalOTDTable.Global_MappingOperationBOM( relflush ); 
 | 
    globalOTDTable.Global_MappingLane( relflush ); 
 | 
    globalOTDTable.Global_MappingLaneLeg( relflush ); 
 | 
    globalOTDTable.Global_MappingProductInLane( relflush ); 
 | 
    globalOTDTable.Global_MappingActualProductInStockingPointInPeriod( relflush ); 
 | 
    globalOTDTable.Global_MappingInventorySupply( relflush ); 
 | 
    globalOTDTable.Global_MappingStockingPointCost( relflush ); 
 | 
    globalOTDTable.Global_MappingOperationCost( relflush ); 
 | 
    globalOTDTable.Global_MappingForecast( relflush ); 
 | 
    globalOTDTable.Global_MappingCustomOrder( relflush ); 
 | 
     
 | 
    //globalOTDTable.GlobalOTDTable_UnitOfMeasure_MP().AsyncExecute(); 
 | 
    //globalOTDTable.GlobalOTDTable_SalesSegment_MP().AsyncExecute(); 
 | 
    //Global_MappingStockingPoint_MP::CreateByAPI( globalOTDTable );后面补 
 | 
    //Global_MappingCurrency_MP::CreateByAPI( globalOTDTable );后面补 
 | 
    //Global_MappingCurrencyRate_MP::CreateByAPI( globalOTDTable );后面补 
 | 
    //globalOTDTable.GlobalOTDTable_Product_MP().AsyncExecute(); 
 | 
    //globalOTDTable.GlobalOTDTable_ConversionFactor().AsyncExecute()异常; 
 | 
    //globalOTDTable.GlobalOTDTable_Operation().AsyncExecute();异常 
 | 
    //globalOTDTable.GlobalOTDTable_OperationBOM().AsyncExecute();异常 
 | 
    //Global_MappingLane::CreateByAPI( globalOTDTable ); 
 | 
    //Global_MappingLaneLeg::CreateByAPI( globalOTDTable ); 
 | 
    //globalOTDTable.GlobalOTDTable_ProductInLane().AsyncExecute();异常 
 | 
    //globalOTDTable.GlobalOTDTable_AIPISPIP().AsyncExecute();异常 
 | 
    //globalOTDTable.GlobalOTDTable_InventorySupply().AsyncExecute();异常 
 | 
    //globalOTDTable.GlobalOTDTable_StockingPointCost().AsyncExecute();异常 
 | 
    //globalOTDTable.GlobalOTDTable_OperationCost().AsyncExecute();异常 
 | 
    //globalOTDTable.GlobalOTDTable_Forecast().AsyncExecute();异常 
 | 
    //globalOTDTable.GlobalOTDTable_CustomOrder().AsyncExecute(); 
 | 
  *] 
 | 
} 
 |