| Quintiq file version 2.0 | 
| #parent: #root | 
| FunctionOverride CalcDependentDemandQuantity | 
| { | 
|   TextBody: | 
|   [* | 
|     dependentdemandquantity := 0.0 | 
|      | 
|     planningpispip := this.PlanningPISPIP()  | 
|     if( not isnull( planningpispip ) ) | 
|     { | 
|       planningvalue := planningpispip.DependentDemandQuantity(); | 
|       dependentdemandquantity := this.GetPlanningSystemRatio() * planningvalue; | 
|     } | 
|      | 
|     this.DependentDemandQuantity( dependentdemandquantity ); | 
|   *] | 
| } |