Operation Details |
Description: | Returns the home page identifier for an investigation case. |
Sterotype: | ns |
SQL |
SELECT InvestigationConfig.homePageIdentifier INTO :homePageIdentifier FROM InvestigationConfig, InvestigationDelivery WHERE InvestigationDelivery.caseID = :caseID AND InvestigationConfig.investigationConfigID = InvestigationDelivery.investigationConfigID |