Objektová akce

Kód:
4
Tělo:
Select
  WSI2.ID
From
  PLMWorkScheduleItems WSI2
  join PLMReqRoutines RR2 on WSI2.ReqRoutine_ID = RR2.ID
  join PLMReqOutputItems ROI2 on RR2.Parent_ID = ROI2.ID
  join PLMReqNodes RN2 on ROI2.Owner_ID = RN2.id
  join PLMReqNodes RN on RN2.Parent_ID = RN.Parent_ID
  join PLMReqOutputItems ROI on ROI.Owner_ID = RN.ID
  join PLMReqRoutines RR on RR.Parent_ID = ROI.ID
Where
  RR.ID = :OBJID

Generated by ABRA Software a.s. 27.10.2021 16:34:49