Operation Details |
Description: | Reads goal name of the planned goal for the integrated case. |
Sterotype: | ns |
SQL |
SELECT Goal.name INTO :name FROM PlannedGoal, Goal WHERE PlannedGoal.caseID = :caseID AND Goal.goalID = PlannedGoal.goalID |
Operation Details |
Description: | Reads goal name of the planned goal for the integrated case. |
Sterotype: | ns |
SQL |
SELECT Goal.name INTO :name FROM PlannedGoal, Goal WHERE PlannedGoal.caseID = :caseID AND Goal.goalID = PlannedGoal.goalID |