Operation Details |
Description: | Selects all parent Planned Groups for adding to the baseline plan content list. |
Sterotype: | nsmulti |
SQL |
SELECT plannedGroupID, parentGroupID, name, actualStartDate, actualEndDate, expectedEndDate, expectedStartDate INTO :plannedGroupID, :parentGroupID, :plannedGroupName, :actualStartDate, :actualEndDate, :expectedEndDate, :expectedStartDate FROM PlannedGroup WHERE PlannedGroup.plannedGoalID = :plannedGoalID AND PlannedGroup.parentGroupID IS NULL |