Oracle® XML Configuration Guide Release 9.7.1.0 E51561-01
This business rule is used to make the segments selectively available to policies based on the policy status. If a particular policy status is included in the rule then only the segment names referenced will be available for entry for that policy status. If a policy status is not included in this business rule then all of the plan's segments will be available.
Element/Tag | Definition |
Attribute |
Element/Attribute Value and Description |
---|---|---|---|
<EligibleSegmentNamesByPolicyStatus> |
The opening and closing tag. |
|
|
<PolicyStatus> |
Required, repeatable element; To indicate the policy's status where the list of segments should be available in the policy's Segment screen. |
|
|
CODE |
Integer; Required attribute Policy status code from AsCodeStatus. |
||
NAME |
Integer; Required attribute Name of the policy status from AsCode => AsCodeStatus table. |
||
<SegmentName> |
Required, repeatable element; To indicate the name of the segment that can be added to a policy based on the status of the policy. |
|
Required element value; SegmentName - Name of the segment |
<EligibleSegmentNamesByPolicyStatus>
<PolicyStatus CODE="08" NAME="Pending">
<SegmentName>Deferred Annuity</SegmentName>
</PolicyStatus>
<PolicyStatus CODE="38" NAME="Ready To Annuitize">
<SegmentName>Joint and Survivor Life Annuity</SegmentName>
<SegmentName>Life Annuity</SegmentName>
<SegmentName>Joint and Survivor Life Annuity with Payments Guaranteed</SegmentName>
<SegmentName>Life Annuity with Payments Guaranteed</SegmentName>
</PolicyStatus>
</EligibleSegmentNamesByPolicyStatus>
Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved. Legal notices.