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