Operation Details
Description: Returns the parent link ID along with the parent type.
Sterotype: nsmulti
SQL
SELECT
  parentLinkID,
  parentType
INTO
  :parentLinkID,
  :parentType 
FROM
  ActionParentLink 
WHERE actionID = :actionID 
  AND recordStatus = :recordStatus