Operation Details
Description: Reads the last updated time of the template plan item.
Sterotype: ns
SQL
SELECT
  PlanTemplatePlanItem.lastWritten
INTO
  :lastWritten
FROM
  PlanTemplatePlanItem
WHERE PlanTemplatePlanItem.planTemplatePlanItemID = :planTemplatePlanItemID