Operation Details
Description: vThis method is used to get the sensitivity for a planned sub goal.
Sterotype: nsmulti
SQL
SELECT
  PlannedItem.sensitivityCode
INTO
  :sensitivityCode 
FROM
  PlannedItem 
WHERE PlannedItem.plannedSubGoalID = :plannedSubGoalID 
ORDER BY sensitivityCode DESC