Quintiq file version 2.0 
 | 
#parent: #root 
 | 
DeclarativeOwningNMRelation CalcPeriodSpecificationPeriod 
 | 
{ 
 | 
  #keys: '1[133004.0.162380214]' 
 | 
  Expression: 
 | 
  [* 
 | 
    periodspecifications := selectset( this.MacroPlan(), PeriodSpecification_MP, ps, 
 | 
                                       ps = this.PeriodSpecification_MP() 
 | 
                                       or( ps.IsDummyPlanningPeriod() and this.IsPlanning() ) ); 
 | 
     
 | 
    return &periodspecifications; 
 | 
  *] 
 | 
  HelperRelation: PeriodSpecification_MP 
 | 
  InstantiationType: PeriodSpecificationPeriod 
 | 
  Relation: PeriodSpecificationPeriod 
 | 
} 
 |