Oracle® Insurance XML Configuration Guide Release 9.4.1.0 E23637_01
This business rule can be attached to a transaction that specifies the names and execution orders of segments attached to a policy. When the rule is processed, the segments for the current policy will be loaded and calculated in the order specified.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|---|---|---|---|
|
<DoSegmentRecalculations> |
The required opening and closing elements of this business rule. |
|
|
|
<CalculationOrder> |
Required element;
Note:
|
IF |
Optional attribute; ="Expression" If this attribute is present and if the condition returns True, only those segments that are specified in the <SegmentGUID> tag are processed. All other segments are ignored. If this attribute is present but the condition returns False, then the IF condition in <CalculationOrder> is evaluated. |
|
<SegmentName> |
Required / Repeatable element; This element is used to specify the name of the segments. The order in which the segments will be processed depends on the order in which they are mentioned in this element. |
|
Required element value; |
<DoSegmentRecalculations>
<CalculationOrder>
<SegmentName>Base Coverage - Term</SegmentName>
<SegmentName>Flat Extra - Temporary</SegmentName>
<SegmentName>Flat Extra - Permanent</SegmentName>
<SegmentName>Term - Disability Benefit Option</SegmentName>
</CalculationOrder>
</DoSegmentRecalculations>
<DoSegmentRecalculations>
<CalculationOrder IF="[Expression]">
<SegmentName>[String]</SegmentName>
<SegmentName>[String]</SegmentName>
</CalculationOrder>
</DoSegmentRecalculations>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices