fork download
  1. #include <stdio.h>
  2. #include <string.h>
  3. int main(void)
  4. {
  5. char one[50],two[50],three[250],four[25],five[1200],style[10];
  6. int i=0;
  7. while(!feof(stdin))
  8. {
  9. if(i%2==0)
  10. strcpy(style,"tableRow0");
  11. else
  12. strcpy(style,"tableRow1");
  13. scanf("%[^\t\n]\t%[^\t\n]\t%[^\t\n]\t%[^\t\n]\t%[^\t\n]\n",one,two,three,four,five);
  14. //printf("%s\n%s\n%s\n%s\n%s\n",one,two,three,four,five);
  15. printf("<TR class=\"%s\">\n",style);
  16. printf("\t<TD nowrap=\"yes\" width=\"15%\" valign=\"top\" id=\"TREECELL_10.2\" style=\"mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA\" class=\"style2\">%s</TD>\n",one);
  17. printf("\t<TD nowrap=\"yes\" width=\"12%\" valign=\"top\" id=\"TREECELL_10.2\" style=\"mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA\" class=\"style2\">%s</TD>\n",two);
  18. printf("\t<TD valign=\"top\" nowrap style=\"width:237px\">%s</TD>\n",three);
  19. printf("\t<TD valign=\"top\" nowrap style=\"width:88px\">%s</TD>\n",four);
  20. printf("\t<TD valign=\"top\" nowrap style=\"width:267px\">%s</TD>\n",five);
  21. printf("</TR>\n");
  22. i++;
  23. }
  24. return 0;
  25. }
Success #stdin #stdout 0s 5292KB
stdin
TOTALLOCKFCST	Total Lock Forecast	SKUPROJSTATIC.TOTALLOCKFCST	Float 	Forecast of type 'total forecast lock', allocated by time and not by the allocation calendar.
ALLOCTOTALLOCKFCST	Allocated Total Lock Forecast	SKUPROJSTATIC.ALLOCTOTALLOCKFCST	Float 	Allocated Total Lock Forecast is the total lock forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated total lock forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.
ADJALLOCTOTALLOCKFCST	Adjusted Allocated Total Lock Forecast	SKUPROJSTATIC.ADJALLOCTOTALLOCKFCST	Float 	Adjusted Allocated Total Lock Forecast is the allocated total lock forecast after being adjusted with the total lock customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated total lock forecast.
TOTALLOCKCUSTORDERS	Total Lock Customer Orders	SKUPROJSTATIC.TOTALLOCKCUSTORDERS	Float 	Forecasted customer orders whose FcstType is'total forcast lock'.
RECONCILEFCST	Reconcile Forecast	SKUPROJSTATIC.RECONCILEFCST	Float 	Forecast of type 'reconcile', allocated by time and not by the allocation calendar.
ALLOCRECONCILEFCST	Allocated Reconcile Forecast	SKUPROJSTATIC.ALLOCRECONCILEFCST	Float 	Allocated Reconcile Forecast is the reconcile forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated reconcile forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.
ADJALLOCRECONCILEFCST	Adjusted Allocated Reconcile Forecast	SKUPROJSTATIC.ADJALLOCRECONCILEFCST	Float 	Adjusted Allocated Reconcile Forecast is the allocated reconcile forecast after being adjusted with the reconcile customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated reconcile forecast.
RECONCILECUSTORDERS	Reconcile Customer Orders	SKUPROJSTATIC.RECONCILECUSTORDERS	Float 	Forecasted customer order whose FcstType is 'reconcile'.
AUTOFCST	Auto Forecast	SKUPROJSTATIC.AUTOFCST	Float 	Forecast of type 'auto', allocated by time and not by the allocation calendar.
ALLOCAUTOFCST	Allocated Auto Forecast	SKUPROJSTATIC.ALLOCAUTOFCST	Float 	Allocated Auto Forecast is the auto forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated auto forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.
ADJALLOCAUTOFCST	Adjusted Allocated Auto Forecast	SKUPROJSTATIC.ADJALLOCAUTOFCST	Float 	Adjusted Allocated Auto Forecast is the allocated auto forecast after being adjusted with the auto customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated auto forecast.
AUTOCUSTORDERS	Auto Customer Orders	SKUPROJSTATIC.AUTOCUSTORDERS	Float 	Forecasted customer order whose FcstType is 'auto'.
OVRIDEFCST	Override Forecast	SKUPROJSTATIC.OVRIDEFCST	Float 	Forecast of type 'override', allocated by time and not by the allocation calendar.
ALLOCOVRIDEFCST	Allocated Override Forecast	SKUPROJSTATIC.ALLOCOVRIDEFCST	Float 	Allocated Override Forecast is the override forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated override forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.
ADJALLOCOVRIDEFCST	Adjusted Allocated Override Forecast	SKUPROJSTATIC.ADJALLOCOVRIDEFCST	Float 	Adjusted Allocated Override Forecast is the allocated override forecast after being adjusted with the override customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated override forecast.
OVRIDECUSTORDERS	Override Customer Orders	SKUPROJSTATIC.OVRIDECUSTORDERS	Float 	Forecasted customer order whose FcstType is 'override'.
MKTACTVTYFCST	Market Activity Forecast	SKUPROJSTATIC.MKTACTVTYFCST	Float 	Forecast of type 'market activity', allocated by time and not by the allocation calendar.
ALLOCMKTACTVTYFCST	Allocated Market Activity Forecast	SKUPROJSTATIC.ALLOCMKTACTVTYFCST	Float 	Allocated Market Activity Forecast is the market activity forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated market activity forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.
ADJALLOCMKTACTVTYFCST	Adjusted Allocated Market Activity Forecast	SKUPROJSTATIC.ADJALLOCMKTACTVTYFCST	Float 	Adjusted Allocated Market Activity Forecast is the allocated market activity forecast after being adjusted with the market activity customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated market activity forecast.
MKTACTVTYCUSTORDERS	Market Activity Customer Orders	SKUPROJSTATIC.MKTACTVTYCUSTORDERS	Float 	Forecasted customer order whose FcstType is 'market activity'.
DATADRVNFCST	Data Driven Forecast	SKUPROJSTATIC.DATADRVNFCST	Float 	Forecast of type 'data driven', allocated by time and not by the allocation calendar.
ALLOCDATADRVNFCST	Allocated Data Driven Forecast	SKUPROJSTATIC.ALLOCDATADRVNFCST	Float 	Allocated Data Driven Forecast is the data driven forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated data driven forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.
ADJALLOCDATADRVNFCST	Adjusted Allocated Data Driven Forecast	SKUPROJSTATIC.ADJALLOCDATADRVNFCST	Float 	Adjusted Allocated Data Driven Forecast is the allocated data driven forecast after being adjusted with the base customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated data driven forecast.
DATADRVNCUSTORDERS	Data Driven Customer Orders	SKUPROJSTATIC.DATADRVNCUSTORDERS	Float 	Forecasted customer order whose FcstType is 'data driven'.
TARGTIMPACTBASEFCST	Target Impact Base Forecast	SKUPROJSTATIC.TARGTIMPACTBASEFCST	Float 	Forecast of type 'target impact base', allocated by time and not by the allocation calendar.
ALLOCTARGTIMPACTFCST	Allocated Target Impact Base Forecast	SKUPROJSTATIC.ALLOCTARGTIMPACTFCST	Float 	Allocated Target Impact is the allocated target impact base forecast , based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated target impact forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.
ADJALLOCTARGTIMPACTFCST	Adjusted Allocated Target Impact Base Forecast	SKUPROJSTATIC.ADJALLOCTARGTIMPACTFCST	Float 	Adjusted Allocated Target Impact Base Forecast is the allocated target impact base forecast after being adjusted with the target impact base customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated target impact base forecast.
TARGTIMPACTCUSTORDERS	Target Impact Customer Orders	SKUPROJSTATIC.TARGTIMPACTCUSTORDERS	Float 	Forecasted customer order whose FcstType is 'target impact'.
UNCONNETONHAND	Unconstrained net Onhand	SKUPROJSTATIC.UNCONNETONHAND	Float 	The unconstrained net on hand value, not considering the time varying safety stock and safety stock demands.
UNCONPROJONHAND	Unconstrained projected Onhand value	SKUPROJSTATIC.UNCONPROJONHAND	Float 	The unconstrained projected on hand value, not considering the time varying safety stock and safety stock demands.
UNCONTVSS	Unconstrained time varying safety stock	SKUPROJSTATIC.UNCONTVSS	Float 	The unconstrained time varying safety stock level available.
ALTCONSTRCOVDUR	Alternate Constrained Coverage Duration	SKUPROJSTATIC.ALTCONSTRCOVDUR	Number 	Alternate Constrained Coverage Duration is the duration of constrained coverage, taking into account both constrained supply and constrained demand. AltConstrCovDur is based on constrained total demand, that is, a calculation of total demand that includes total recommended shipments instead of total planned shipments, and on constrained supply (similar to AltConstrPOH), but which also reflects constrained supplies and demands that are generated from Supersession inventory transfers. The coverage duration value reflects the duration until the first point in time at which the inventory level falls below zero, based on the projected on hand and demands. The calculation respects DisplayQty values as a temporary demand; that is, for the effective duration of each SSPresentation:DisplayQty row, the value of DisplayQty is considered not to be a part of the alternate constrained planned projected onhand. <br>The maximum coverage duration is 10 years.
UNUSEABLESUPPLY	Unuseable Supply	SKUPROJSTATIC.UNUSEABLESUPPLY	Float 	For a perishable SKU, Unuseable Supply shows the portions of supply that will become unuseable before it is sold, based on all total projected supplies and total projected demands. This projection of unuseable supply is shown on the supply available date.
CONSTRUNUSEABLESUPPLY	Constrained Unuseable Supply	SKUPROJSTATIC.CONSTRUNUSEABLESUPPLY	Float 	For a perishable SKU, Constrained Unuseable Supply shows the portions of supply that will become unuseable before it is sold, based on all constrained projected supplies and total projected demands. This projection of unuseable supply is shown on the supply available date.
ALTCONSTRUNUSEABLESUPPLY	Alternate Constrained Unuseable Supply 	SKUPROJSTATIC.ALTCONSTRUNUSEABLESUPPLY	Float 	For a perishable SKU, Alternate Constrained Unuseable Supply shows the portions of supply that will become unuseable before it is sold, based on all constrained projected supplies and constrained projected demands. This projection of unuseable supply is shown on the supply available date.
USEABLEPROJOH	Useable Projected Onhand	SKUPROJSTATIC.USEABLEPROJOH	Float 	The Useable Projected Onhand shows the projected inventory excluding any supply that is projected to not be sold before its unuseable date, as shown in UnuseableSupply. This projection is significant for perishable SKUs only, and differs from ProjOH as follows. When ProjOH calculates the projected inventory, it subtracts out any unuseable supply on its unuseable date. UseableProjOH also excludes unuseable supplies, but it excludes those supplies starting on their available date, so that the unuseable portions of supply are never reflected in the projection at all. This projection is used in the calculation of CovDur for perishable items.
CONSTRUSEABLEPROJOH	Constrained Useable Projected Onhand	SKUPROJSTATIC.CONSTRUSEABLEPROJOH	Float 	The Constrained Useable Projected Onhand shows the projected inventory excluding any supply that is projected not to be sold before its unuseable date, as shown in ConstrUnuseableSupply. This projection is significant for perishable SKUs only and differs from ConstrProjOH as follows. When ConstrProjOH calculates the projected inventory it subtracts out any unuseable supply on its unuseable date. UseableProjOH also excludes unuseable supplies, but it excludes those supplies starting on their available date, so that the unuseable portions of supply are never reflected in the projection at all. This projection is used in the calculation of ConstrCovDur for perishable items.
ALTCONSTRUSEABLEPROJOH	 Alternate Constrained Useable Projected Onhand	SKUPROJSTATIC.ALTCONSTRUSEABLEPROJOH	Float 	The Alternate Constrained Useable Projected Onhand shows the projected inventory excluding any supply that is projected to not be sold before its Unuseable Date, as shown in ConstrUnuseableSupply. <br>This projection is significant for perishable SKUs only, and differs from AltConstrProjOH as follows. When AltConstrProjOH calculates projected inventory, it subtracts out any unuseable supply on its unuseable date. AltConstrUseableProjOH also excludes unuseable supplies, but it excludes those supplies starting on their available date, so that the unuseable portions of supply are never reflected in the projection at all. This projection is used in the calculation of AltConstrCovDur for perishable items.
ALLOCTOTFCSTNOPRORATION	Allocated total Forecast without Proration'	SKUPROJSTATIC.ALLOCTOTFCSTNOPRORATION	Float 	This is the total forecast for this period based on the profile defined by the allocation calendar (SKUDemandParam: AllocCal) without proration. If SKUDemandParam: ProrateSw is set to N, AllocTotFcstNoProration and AllocTotFcst have the same value.
AGGPOSPROJOH	Aggregated Positive Projected OH	SKUPROJSTATIC.AGGPOSPROJOH	Float 	Aggregated Positive Projected OH is the sum of all positive ProjOH (on page 729) for the SKU aggregation you have set in the Plan Analysis page. For more information on SKU aggregation, refer Using SKU aggregation section in the Working with Plan Analysis chapter of the JDA Fulfillment OnLine Expert.
AGGNEGPROJOH	Aggregated Negative Projected OH	SKUPROJSTATIC.AGGNEGPROJOH	Float 	Aggregated Negative Projected OH is the sum of all negative ProjOH (on page 729) for the SKU aggregation you have set in the Plan Analysis page. For more information on SKU aggregation, refer Using SKU aggregation section in the Working with Plan Analysis chapter of the JDA Fulfillment OnLine Expert.
AGGPOSCONSTRPROJOH	Aggregated Positive Constrained Projected OH	SKUPROJSTATIC.AGGPOSCONSTRPROJOH	Float 	Aggregated Positive Constrained Projected OH is the sum of all positive ConstrProjOH (on page 719) for the SKU aggregation you have set in the Plan Analysis page. For more information on SKU aggregation, refer Using SKU aggregation section in the Working with Plan Analysis chapter of the JDA Fulfillment OnLine Expert.
AGGNEGCONSTRPROJOH	Aggregated Negative Constrained Projected OH	SKUPROJSTATIC.AGGNEGCONSTRPROJOH	Float 	Aggregated Negative Constrained Projected OH is the sum of all negative ConstrProjOH (on page 719) for the SKU aggregation you have set in the Plan Analysis page. For more information on SKU aggregation, refer Using SKU aggregation section in the Working with Plan Analysis chapter of the JDA Fulfillment OnLine Expert.
IPOREORDERQTY	IPO Reorder quantity	SKUPROJSTATIC.IPOREORDERQTY	Float 	The number of units of a SKU that should be ordered when the SKU's StockLevel reaches the ReorderPoint. This value is calculated based on the value selected in SKUIPOParam: ReorderOpt. If ReorderOpt is 1, the order quantity is equal to the value in SKUIPOParam: EOQ (on page 686). If ReorderOpt is 2, the order quantity is calculated as: <br>SKUIPOParam: FwdCovDur x mean daily demand
IPOREORDERPOINT	IPO Reorder Point	SKUPROJSTATIC.IPOREORDERPOINT	Float 	The stock point at which replenishment (purchase or repair) orders should be generated. When the inventory position (on-hand + on-order – backorders) reaches the Reorder Point, you should place a replenishment order. Reorder Point is an inventory policy recommended by IPO and is equal to the difference between StockLevel and ReorderQty.
IPOAVGSTOCK	IPO Average Stock	SKUPROJSTATIC.IPOAVGSTOCK	Float 	The average stock level maintained in the system to meet the desired target.
IPOEXPBACKORDER	IPO Expected Back orders	SKUPROJSTATIC.IPOEXPBACKORDER	Float 	The average number of back orders that can be expected in the operational system, provided the specified inventory policy is maintained. It is a measure of the demand waiting to be satisfied for SKUs because of the unavailability of stock on hand.
IPOSAFETYSTOCK	IPO Safety Stock	SKUPROJSTATIC.IPOSAFETYSTOCK	Float 	The IPO-recommended quantity of stock to be maintained in order to achieve the desired long-run average performance measures (unit fill rate, customer wait time, and operational system availability). Calculated as: <br>ReorderLevel – expected demand during the expected lead time
IPODMD	IPO Demand	SKUPROJSTATIC.IPODMD	Float 	The average daily demand expected for this SKU.
IPOPROJOH	IPO Projected OnHand	SKUPROJSTATIC.IPOPROJOH	Float 	The projected on-hand inventory at the destination SKU as of the SKUProjDate. Calculated based on on-hand inventory, Mean Daily Demand, Reorder Point and Reorder Quantity. <br>When the on-hand inventory reaches the Reorder Point, the Reorder Quantity is added to arrive at new on-hand inventory levels. When the on-hand inventory = 0, then R + Q (maximum stock levels).
stdout
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">TOTALLOCKFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Total Lock Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.TOTALLOCKFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecast of type 'total forecast lock', allocated by time and not by the allocation calendar.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALLOCTOTALLOCKFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Allocated Total Lock Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALLOCTOTALLOCKFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Allocated Total Lock Forecast is the total lock forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated total lock forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ADJALLOCTOTALLOCKFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Adjusted Allocated Total Lock Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ADJALLOCTOTALLOCKFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Adjusted Allocated Total Lock Forecast is the allocated total lock forecast after being adjusted with the total lock customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated total lock forecast.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">TOTALLOCKCUSTORDERS</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Total Lock Customer Orders</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.TOTALLOCKCUSTORDERS</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecasted customer orders whose FcstType is'total forcast lock'.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">RECONCILEFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Reconcile Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.RECONCILEFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecast of type 'reconcile', allocated by time and not by the allocation calendar.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALLOCRECONCILEFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Allocated Reconcile Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALLOCRECONCILEFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Allocated Reconcile Forecast is the reconcile forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated reconcile forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ADJALLOCRECONCILEFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Adjusted Allocated Reconcile Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ADJALLOCRECONCILEFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Adjusted Allocated Reconcile Forecast is the allocated reconcile forecast after being adjusted with the reconcile customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated reconcile forecast.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">RECONCILECUSTORDERS</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Reconcile Customer Orders</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.RECONCILECUSTORDERS</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecasted customer order whose FcstType is 'reconcile'.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">AUTOFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Auto Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.AUTOFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecast of type 'auto', allocated by time and not by the allocation calendar.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALLOCAUTOFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Allocated Auto Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALLOCAUTOFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Allocated Auto Forecast is the auto forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated auto forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ADJALLOCAUTOFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Adjusted Allocated Auto Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ADJALLOCAUTOFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Adjusted Allocated Auto Forecast is the allocated auto forecast after being adjusted with the auto customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated auto forecast.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">AUTOCUSTORDERS</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Auto Customer Orders</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.AUTOCUSTORDERS</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecasted customer order whose FcstType is 'auto'.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">OVRIDEFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Override Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.OVRIDEFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecast of type 'override', allocated by time and not by the allocation calendar.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALLOCOVRIDEFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Allocated Override Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALLOCOVRIDEFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Allocated Override Forecast is the override forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated override forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ADJALLOCOVRIDEFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Adjusted Allocated Override Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ADJALLOCOVRIDEFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Adjusted Allocated Override Forecast is the allocated override forecast after being adjusted with the override customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated override forecast.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">OVRIDECUSTORDERS</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Override Customer Orders</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.OVRIDECUSTORDERS</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecasted customer order whose FcstType is 'override'.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">MKTACTVTYFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Market Activity Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.MKTACTVTYFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecast of type 'market activity', allocated by time and not by the allocation calendar.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALLOCMKTACTVTYFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Allocated Market Activity Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALLOCMKTACTVTYFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Allocated Market Activity Forecast is the market activity forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated market activity forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ADJALLOCMKTACTVTYFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Adjusted Allocated Market Activity Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ADJALLOCMKTACTVTYFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Adjusted Allocated Market Activity Forecast is the allocated market activity forecast after being adjusted with the market activity customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated market activity forecast.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">MKTACTVTYCUSTORDERS</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Market Activity Customer Orders</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.MKTACTVTYCUSTORDERS</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecasted customer order whose FcstType is 'market activity'.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">DATADRVNFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Data Driven Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.DATADRVNFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecast of type 'data driven', allocated by time and not by the allocation calendar.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALLOCDATADRVNFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Allocated Data Driven Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALLOCDATADRVNFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Allocated Data Driven Forecast is the data driven forecast for this period, based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated data driven forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ADJALLOCDATADRVNFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Adjusted Allocated Data Driven Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ADJALLOCDATADRVNFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Adjusted Allocated Data Driven Forecast is the allocated data driven forecast after being adjusted with the base customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated data driven forecast.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">DATADRVNCUSTORDERS</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Data Driven Customer Orders</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.DATADRVNCUSTORDERS</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecasted customer order whose FcstType is 'data driven'.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">TARGTIMPACTBASEFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Target Impact Base Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.TARGTIMPACTBASEFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecast of type 'target impact base', allocated by time and not by the allocation calendar.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALLOCTARGTIMPACTFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Allocated Target Impact Base Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALLOCTARGTIMPACTFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Allocated Target Impact is the allocated target impact base forecast , based on the profile defined by the allocation calendar. If the SKUDemandParam:ProrateByTypeSw is set to Yes, the allocated target impact forecast is prorated by SKUDemandTypeParam:DmdToDate. See AllocTotFcst (on page 713) to understand how the system prorates the demand.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ADJALLOCTARGTIMPACTFCST</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Adjusted Allocated Target Impact Base Forecast</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ADJALLOCTARGTIMPACTFCST</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Adjusted Allocated Target Impact Base Forecast is the allocated target impact base forecast after being adjusted with the target impact base customer orders. See AdjAllocTotFcst (on page 711) to understand the impact of forecast adjustment rules on the adjusted allocated target impact base forecast.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">TARGTIMPACTCUSTORDERS</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Target Impact Customer Orders</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.TARGTIMPACTCUSTORDERS</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Forecasted customer order whose FcstType is 'target impact'.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">UNCONNETONHAND</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Unconstrained net Onhand</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.UNCONNETONHAND</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The unconstrained net on hand value, not considering the time varying safety stock and safety stock demands.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">UNCONPROJONHAND</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Unconstrained projected Onhand value</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.UNCONPROJONHAND</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The unconstrained projected on hand value, not considering the time varying safety stock and safety stock demands.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">UNCONTVSS</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Unconstrained time varying safety stock</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.UNCONTVSS</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The unconstrained time varying safety stock level available.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALTCONSTRCOVDUR</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Alternate Constrained Coverage Duration</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALTCONSTRCOVDUR</TD>
	<TD valign="top" nowrap style="width:88px">Number </TD>
	<TD valign="top" nowrap style="width:267px">Alternate Constrained Coverage Duration is the duration of constrained coverage, taking into account both constrained supply and constrained demand. AltConstrCovDur is based on constrained total demand, that is, a calculation of total demand that includes total recommended shipments instead of total planned shipments, and on constrained supply (similar to AltConstrPOH), but which also reflects constrained supplies and demands that are generated from Supersession inventory transfers. The coverage duration value reflects the duration until the first point in time at which the inventory level falls below zero, based on the projected on hand and demands. The calculation respects DisplayQty values as a temporary demand; that is, for the effective duration of each SSPresentation:DisplayQty row, the value of DisplayQty is considered not to be a part of the alternate constrained planned projected onhand. <br>The maximum coverage duration is 10 years.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">UNUSEABLESUPPLY</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Unuseable Supply</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.UNUSEABLESUPPLY</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">For a perishable SKU, Unuseable Supply shows the portions of supply that will become unuseable before it is sold, based on all total projected supplies and total projected demands. This projection of unuseable supply is shown on the supply available date.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">CONSTRUNUSEABLESUPPLY</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Constrained Unuseable Supply</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.CONSTRUNUSEABLESUPPLY</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">For a perishable SKU, Constrained Unuseable Supply shows the portions of supply that will become unuseable before it is sold, based on all constrained projected supplies and total projected demands. This projection of unuseable supply is shown on the supply available date.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALTCONSTRUNUSEABLESUPPLY</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Alternate Constrained Unuseable Supply </TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALTCONSTRUNUSEABLESUPPLY</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">For a perishable SKU, Alternate Constrained Unuseable Supply shows the portions of supply that will become unuseable before it is sold, based on all constrained projected supplies and constrained projected demands. This projection of unuseable supply is shown on the supply available date.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">USEABLEPROJOH</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Useable Projected Onhand</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.USEABLEPROJOH</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The Useable Projected Onhand shows the projected inventory excluding any supply that is projected to not be sold before its unuseable date, as shown in UnuseableSupply. This projection is significant for perishable SKUs only, and differs from ProjOH as follows. When ProjOH calculates the projected inventory, it subtracts out any unuseable supply on its unuseable date. UseableProjOH also excludes unuseable supplies, but it excludes those supplies starting on their available date, so that the unuseable portions of supply are never reflected in the projection at all. This projection is used in the calculation of CovDur for perishable items.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">CONSTRUSEABLEPROJOH</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Constrained Useable Projected Onhand</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.CONSTRUSEABLEPROJOH</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The Constrained Useable Projected Onhand shows the projected inventory excluding any supply that is projected not to be sold before its unuseable date, as shown in ConstrUnuseableSupply. This projection is significant for perishable SKUs only and differs from ConstrProjOH as follows. When ConstrProjOH calculates the projected inventory it subtracts out any unuseable supply on its unuseable date. UseableProjOH also excludes unuseable supplies, but it excludes those supplies starting on their available date, so that the unuseable portions of supply are never reflected in the projection at all. This projection is used in the calculation of ConstrCovDur for perishable items.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALTCONSTRUSEABLEPROJOH</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Alternate Constrained Useable Projected Onhand</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALTCONSTRUSEABLEPROJOH</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The Alternate Constrained Useable Projected Onhand shows the projected inventory excluding any supply that is projected to not be sold before its Unuseable Date, as shown in ConstrUnuseableSupply. <br>This projection is significant for perishable SKUs only, and differs from AltConstrProjOH as follows. When AltConstrProjOH calculates projected inventory, it subtracts out any unuseable supply on its unuseable date. AltConstrUseableProjOH also excludes unuseable supplies, but it excludes those supplies starting on their available date, so that the unuseable portions of supply are never reflected in the projection at all. This projection is used in the calculation of AltConstrCovDur for perishable items.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">ALLOCTOTFCSTNOPRORATION</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Allocated total Forecast without Proration'</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.ALLOCTOTFCSTNOPRORATION</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">This is the total forecast for this period based on the profile defined by the allocation calendar (SKUDemandParam: AllocCal) without proration. If SKUDemandParam: ProrateSw is set to N, AllocTotFcstNoProration and AllocTotFcst have the same value.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">AGGPOSPROJOH</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Aggregated Positive Projected OH</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.AGGPOSPROJOH</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Aggregated Positive Projected OH is the sum of all positive ProjOH (on page 729) for the SKU aggregation you have set in the Plan Analysis page. For more information on SKU aggregation, refer Using SKU aggregation section in the Working with Plan Analysis chapter of the JDA Fulfillment OnLine Expert.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">AGGNEGPROJOH</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Aggregated Negative Projected OH</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.AGGNEGPROJOH</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Aggregated Negative Projected OH is the sum of all negative ProjOH (on page 729) for the SKU aggregation you have set in the Plan Analysis page. For more information on SKU aggregation, refer Using SKU aggregation section in the Working with Plan Analysis chapter of the JDA Fulfillment OnLine Expert.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">AGGPOSCONSTRPROJOH</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Aggregated Positive Constrained Projected OH</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.AGGPOSCONSTRPROJOH</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Aggregated Positive Constrained Projected OH is the sum of all positive ConstrProjOH (on page 719) for the SKU aggregation you have set in the Plan Analysis page. For more information on SKU aggregation, refer Using SKU aggregation section in the Working with Plan Analysis chapter of the JDA Fulfillment OnLine Expert.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">AGGNEGCONSTRPROJOH</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">Aggregated Negative Constrained Projected OH</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.AGGNEGCONSTRPROJOH</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">Aggregated Negative Constrained Projected OH is the sum of all negative ConstrProjOH (on page 719) for the SKU aggregation you have set in the Plan Analysis page. For more information on SKU aggregation, refer Using SKU aggregation section in the Working with Plan Analysis chapter of the JDA Fulfillment OnLine Expert.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPOREORDERQTY</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPO Reorder quantity</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.IPOREORDERQTY</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The number of units of a SKU that should be ordered when the SKU's StockLevel reaches the ReorderPoint. This value is calculated based on the value selected in SKUIPOParam: ReorderOpt. If ReorderOpt is 1, the order quantity is equal to the value in SKUIPOParam: EOQ (on page 686). If ReorderOpt is 2, the order quantity is calculated as: <br>SKUIPOParam: FwdCovDur x mean daily demand</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPOREORDERPOINT</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPO Reorder Point</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.IPOREORDERPOINT</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The stock point at which replenishment (purchase or repair) orders should be generated. When the inventory position (on-hand + on-order – backorders) reaches the Reorder Point, you should place a replenishment order. Reorder Point is an inventory policy recommended by IPO and is equal to the difference between StockLevel and ReorderQty.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPOAVGSTOCK</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPO Average Stock</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.IPOAVGSTOCK</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The average stock level maintained in the system to meet the desired target.</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPOEXPBACKORDER</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPO Expected Back orders</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.IPOEXPBACKORDER</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The average number of back orders that can be expected in the operational system, provided the specified inventory policy is maintained. It is a measure of the demand waiting to be satisfied for SKUs because of the unavailability of stock on hand.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPOSAFETYSTOCK</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPO Safety Stock</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.IPOSAFETYSTOCK</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The IPO-recommended quantity of stock to be maintained in order to achieve the desired long-run average performance measures (unit fill rate, customer wait time, and operational system availability). Calculated as: <br>ReorderLevel – expected demand during the expected lead time</TD>
</TR>
<TR class="tableRow0">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPODMD</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPO Demand</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.IPODMD</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The average daily demand expected for this SKU.</TD>
</TR>
<TR class="tableRow1">
	<TD nowrap="yes" width="15%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPOPROJOH</TD>
	<TD nowrap="yes" width="12%" valign="top" id="TREECELL_10.2" style="mso-fareast-font-family:&quot;Times New Roman&quot;;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA" class="style2">IPO Projected OnHand</TD>
	<TD valign="top" nowrap style="width:237px">SKUPROJSTATIC.IPOPROJOH</TD>
	<TD valign="top" nowrap style="width:88px">Float </TD>
	<TD valign="top" nowrap style="width:267px">The projected on-hand inventory at the destination SKU as of the SKUProjDate. Calculated based on on-hand inventory, Mean Daily Demand, Reorder Point and Reorder Quantity. <br>When the on-hand inventory reaches the Reorder Point, the Reorder Quantity is added to arrive at new on-hand inventory levels. When the on-hand inventory = 0, then R + Q (maximum stock levels).</TD>
</TR>