Operation Details |
Description: | Counts the number of instances of an alternate id for a concern role. |
Sterotype: | ns |
SQL |
SELECT COUNT(*) INTO :numberOfRecords FROM ConcernRoleAlternateID WHERE alternateID = :alternateID AND concernRoleID = :concernRoleID AND statusCode = :statusCode |