Operation Details |
Description: | Return a list of active plan items based on the status argument provided |
Sterotype: | nsmulti |
SQL |
SELECT PlanItem.planItemID, PlanItem.name INTO :planItemID, :name FROM PlanItem WHERE PlanItem.recordStatus = :recordStatus |