Siebel Order Management Infrastructure Guide > PSP Engine > Conditions and Actions for PSP Procedures >

Conditions and Action Variables Vary by Transform


All Row Set Transformation Toolkit business service methods (transforms) support the same action syntax and capabilities. However, each method exposes a unique set of conditions and variables. For example:

  • The Simple Look-Up transform joins each input row to a business component. It exposes On First Match, On Match, On Last Match, and On No Match conditions.

    Actions can reference:

    • Any field in the input row (for example, {Row.Product Id}), or
    • The joined business component (for example, {Match. List Price}).
  • The Hierarchical transform sorts the input row set into a series of tree structures and then navigates each tree from top to bottom or bottom to top. It exposes On Leaf Row, On Row, On Parent Row, and On Top Row conditions. Actions can reference:
    • The current row (example: {Row.Roll-Up Price})
    • Its immediate parent row (example: {Parent.Price})
    • Its child rows (example: {Children.Qty}).

For more information about the conditions and actions for each method, see Row Set Transformation Toolkit Methods.

Siebel Order Management Infrastructure Guide Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.