Operation Details
Description: Reads child groups
Sterotype: nsmulti
SQL
SELECT
  plannedGroupID,
  name,
  expectedStartDate,
  expectedEndDate,
  actualStartDate,
  actualEndDate
INTO
  :plannedGroupID,
  :name,
  :expectedStartDate,
  :expectedEndDate,
  :actualStartDate,
  :actualEndDate 
FROM
  PlannedGroup 
WHERE parentGroupID = :parentGroupID
ORDER BY 
  createdOn