Operation Details |
Description: | Read the start date and end date of an active record. |
Sterotype: | ns |
SQL |
select min(EFFECTIVEFROM), max(EFFECTIVEFROM) INTO :startDate, :endDate from evidencedescriptor where successionID = :successionID and (statusCode = 'EDS1' or statusCode = 'EDS2'); |