Operation Details |
Description: | Counts the number of resolutions that are not canceled that are set up for all cases. |
Sterotype: | ns |
SQL |
SELECT COUNT(*) INTO :numberOfRecords FROM Resolution WHERE resolutionConfigurationID = :resolutionConfigurationID AND recordStatus <> :recordStatus |