Operation Details
Description: Counts the number of active issue time constraint records whose type is equal to the specified constraintType.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  IssueTimeConstraint 
WHERE constraintType = :constraintType 
  AND recordStatus = :recordStatus