Operation Details |
Description: | Reads the scheduled date time by case ID. |
Sterotype: | ns |
SQL |
SELECT hearingID, scheduledDateTime INTO :hearingID, :scheduledDateTime FROM Hearing WHERE caseID = :caseID AND statusCode = :statusCode |
Operation Details |
Description: | Reads the scheduled date time by case ID. |
Sterotype: | ns |
SQL |
SELECT hearingID, scheduledDateTime INTO :hearingID, :scheduledDateTime FROM Hearing WHERE caseID = :caseID AND statusCode = :statusCode |