Operation Details
Description: Gets the name code for this screening.
Sterotype: ns
SQL
SELECT
  ScreeningConfiguration.name
INTO
  :name 
FROM
  ScreeningConfiguration,
  Screening 
WHERE ScreeningConfiguration.screeningConfigID = Screening.screeningConfigID 
  AND Screening.caseID = :caseID