Operation Details
Description: Search for Third Party Products by type.
Sterotype: nsmulti
SQL
SELECT
  ThirdPartyProduct.thirdPartyProductID,
  ThirdPartyProduct.thirdPartyProductType,
  ThirdPartyProduct.thirdPartyProductName
INTO
  :thirdPartyProductID,
  :thirdPartyProductType,
  :thirdPartyProductName 
FROM
  ThirdPartyProduct 
WHERE ThirdPartyProduct.thirdPartyProductType = :thirdPartyProductType