Operation Details |
Description: | Method to count the number of records that have the same start date as the start date entered. |
Sterotype: | ns |
SQL |
SELECT COUNT (*) INTO :numRecords FROM ISPSpendDown WHERE ISPSpendDown.caseID = :caseID AND ISPSpendDown.startDate = :periodStartDate |