Operation Details
Description: Counts the number of function task definitions for a specified allocation item identifier.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  TaskDefinition 
WHERE allocationItemID = :allocationItemID 
  AND allocationStrategyCode = :allocationStrategyCode