Operation Details |
Description: | lists the expected end dates, expected start date, actual start dates, actual end dates, names, and sub goal id's for all baseline sub goals of the baseline planned group |
Sterotype: | nsmulti |
SQL |
SELECT baselineSubGoalID, plannedSubGoalID, name, actualStartDate, actualEndDate, expectedStartDate, expectedEndDate INTO :baselineSubGoalID, :plannedSubGoalID, :name, :actualStartDate, :actualEndDate, :expectedStartDate, :expectedEndDate FROM BaselineSubGoal WHERE BaselineSubGoal.plannedGroupID = :plannedGroupID AND BaselineSubGoal.baselineID = :baselineID |