Operation Details |
Description: | Searches for the maximum position allocated to the Wait List Entry for the input Wait List. |
Sterotype: | ns |
SQL |
SELECT MAX(position) INTO :position FROM WaitListEntry WHERE status = :status AND waitListID = :waitListID |