Operation Details
Description: Counts all the records of a specified status on the Advanced Evidence Sharing Delivery Plan entity.
Sterotype: ns
SQL
SELECT COUNT(*)
INTO :count
FROM AESDeliveryPlan
WHERE status = :status;