Operation Details
Description: Reads the earliest cover period from date based on a case identifier - regardless of status.
Sterotype: ns
SQL
SELECT
  MIN(coverPeriodFrom)
INTO
  :coverPeriodFrom 
FROM
  InstructionLineItem 
WHERE InstructionLineItem.caseID = :caseID