Operation Details |
Description: | Read appellant name by appeal ID. |
Sterotype: | ns |
SQL |
SELECT ConcernRole.concernRoleName INTO :appellantName FROM Appellant, ConcernRole WHERE Appellant.appealID = :appealID AND ConcernRole.ConcernRoleID = Appellant.caseParticipantRoleID |