Operation Details
Description: Reads plan item type code for a planned item.
Sterotype: ns
SQL
SELECT
  PlanItem.typeCode
INTO
  :typeCode 
FROM
  PlannedItem,
  PlanItem 
WHERE PlannedItem.plannedItemID = :plannedItemID 
  AND PlanItem.planItemID = PlannedItem.planItemID