Operation Details
Description:  
Sterotype: ns
SQL
SELECT
  ServicePlan.servicePlanID
INTO
  :servicePlanID 
FROM
  ServicePlanDelivery,
  ServicePlan 
WHERE ServicePlanDelivery.caseID = :caseID 
  AND ServicePlan.servicePlanID = ServicePlanDelivery.servicePlanID