Oracle® Insurance Rules Palette Release 9.3.1.0 E21044_01
This business rule is introduced to define controls for the fund drop-down on the Activity add/edit screen. Note: This rule should not be added in the TransactionBusinessRulePacket rule.
| Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
|---|---|---|---|
|
<FundListForAllocation> |
The required opening and closing elements of this business rule. |
|
|
|
<FundHierarchy> |
Required element;
|
EXCLUDETYPE
|
Required element value; Parent: To allow only parent funds to be available for allocation.
Optional attribute; Code: To exclude funds that are a specific type of fund. The code values associated with the fund types that needs to be excluded from the fund drop down box. |
|
<Relation> |
Optional element; This element is used to further restrict the funds from getting displayed in the allocation section of the transaction. |
|
|
|
<BandVariable> |
Required element; This element is used to specify the type of BandVariable used. |
|
Required element value; String:MathVariable that represents a field in the Policy screen whose value determines the child/parent relationship. |
<FundListForAllocation>
<FundHierarchy EXCLUDETYPE="06,07,08">Parent</FundHierarchy>
<Relation>
<BandVariable>BandVariable</BandVariable>
</Relation>
</FundListForAllocation>
<FundListForAllocation>
<FundHierarchy EXCLUDETYPE="St">Child</FundHierarchy>
<Relation>String</Relation>
<BandVariable>BandVariable</BandVariable>
</FundListForAllocation>
Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices