Operation Details |
Description: | Retrieves organization unit approval checks which match the details specified in the key. |
Sterotype: | ns |
SQL |
SELECT COUNT(*) INTO :count FROM CaseApprovalCheck WHERE productID = :productID AND estimatedCost = :estimatedCost AND organisationUnitID = :organisationUnitID AND statusCode = :statusCode |