Operation Details |
Description: | Returns the appealCaseID and the appellant type code for the given appeal relationship. |
Sterotype: | ns |
SQL |
SELECT appealCaseID, AppealRelationship.caseID INTO :appealCaseID, :caseID FROM AppealRelationship, Appeal WHERE appealRelationshipID = :appealRelationshipID AND appealCaseID = Appeal.caseID |