Operation Details |
Description: | Reads planned goal and achieved outcome for the service plan delivery. |
Sterotype: | ns |
SQL |
SELECT Goal.name, PlannedGoal.outcomeAchieved INTO :goalName, :outcomeAchieved FROM PlannedGoal, Goal WHERE PlannedGoal.caseID = :caseID AND Goal.goalID = PlannedGoal.goalID |