Operation Details
Description: Counts all records by planned item ID.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :recordCount 
FROM
  ProductDeliveryPlanItemLink 
WHERE ProductDeliveryPlanItemLink.plannedItemID = :plannedItemID