Oracle® Insurance XML Configuration Guide Release 9.4.1.0 E23637_01
This business rule is introduced to define controls for the fund drop-down on the Activity add/edit screen. 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. |
|
|
|
<Query> |
Optional element;
|
Required element value;
SELECT FundGUID FROM AsFund WHERE AsFund.PlanGUID = (PlanGUID)' Note: If there is a FOREIGNPLANGUID attribute (current functionality) present, this will be used for PlanGUID of the query. Otherwise the PlanGUID of the activity will be used. |
|
|
<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