Operation Details
Description: Lists all outcomes for the specified goal.
Sterotype: nsmulti
SQL
SELECT
  GoalOutcomeLink.outcomeID,
  name,
  dateCreated
INTO
  :outcomeID,
  :name,
  :dateCreated 
FROM
  GoalOutcomeLink,
  Outcome 
WHERE GoalOutcomeLink.goalID = :goalID 
  AND Outcome.outcomeID = GoalOutcomeLink.outcomeID