Oracle® Insurance Rules Palette Release 9.3.1.0 E21044_01
An object loop is a custom loop that allows the configuration to loop through any table in the OIPA database. There are three required configuration lines to an object loop.
Configure a MathLoop that is TYPE="OBJECTLOOP" (returns a collection of objects)
Configure a MathVariable that is TYPE="OBJECT" (returns a single instance from the collection)
Configure a MathVariable that is TYPE="OBJECTFIELD" (returns a specific field value from the object)
|
TYPE=OBJECTLOOP |
||||
|
Element |
Attributes |
Attribute Value |
Element Value |
Definition |
|
<MathLoop> |
TYPE |
OBJECTLOOP |
Configuration for statements that are repeatedly executed for each object in the collection. |
|
|
OBJECTNAME |
Name of the object where the data resides. This coincides with a database table. |
This is the table that is being used for the loop without the As, for example Client should be used for AsClient. |
||
|
KEY |
Column name that is the key for the database table referenced in OBJECTNAME. |
|
||
|
CONDITION |
A string value that must be compatible with the SQL predicate used to retrieve the object data. |
|
||
<MathLoop VARIABLENAME="ClientLoop" TYPE="OBJECTLOOP" OBJECTNAME="Client" CONDITION="TypeCode="02'" KEY="ClientGUID">
</MathLoop>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices