Operation Details
Description: Read the list of services covered by a service Contract
Sterotype: nsmulti
SQL
SELECT
  Service.typeCode,
  ContractServiceLink.serviceID
INTO
  :typeCode,
  :serviceID 
FROM
  Service,
  ContractServiceLink 
WHERE ContractServiceLink.contractID = :contractID 
  AND Service.serviceID = ContractServiceLink.serviceID