PlanSegmentNameClassParticipantsScreen

The PlanSegmentNameClassParticipantsScreen business rule controls the data that displays on the Class Sub-Plan Participants tab of the Class Sub-Plan screen. This tab displays data related to participants enrolled in a particular Sub-Plan. The participants that display on this tab are determined based on the policies that have a Class Sub-Plan with a segment role code indicating that the member is a sponsor.

PlanSegmentNameClassParticipantsScreen Elements/Attributes
Element/Tag Definition Attribute Element/Attribute Value and Description

<PlanSegmentNameClassParticipantsScreen>


The opening and closing tag for the ClassSegmentNameScreen rule.


<Table>


Controls formatting of the Class Plan display. See the Table Element page for more information.

The supported values for the <Group> element in column configuration are:

  • Client
  • Policy
 

XML Schema

<PlanSegmentNameClassParticipantsScreen>
<Table>
<Column ALIGN="[Left|Right|Center]">
<Name></Name>
<Display></Display>
<DataType></DataType>
<Group>[Client|Policy]</Group>
</Column>
</Table>
</PlanSegmentNameClassParticipantsScreen>
 

XML Example

<PlanSegmentNameClassParticipantsScreen>
<Table>
<Column ALIGN="LEFT">
<Name>Name</Name>
<Display>Participant Name</Display>
<DataType>Text</DataType>
<Group>Client</Group>
</Column>
<Column ALIGN="LEFT">
<Name>TaxId</Name>
<Display>Unique Id</Display>
<DataType>Text</DataType>
<Group>Client</Group>
</Column>
<Column ALIGN="LEFT">
<Name>PolicyNumber</Name>
<Display>Policy Number</Display>
<DataType>Text</DataType>
<Group>Policy</Group>
</Column>
</Table>
</PlanSegmentNameClassParticipantsScreen>

 

 

 

 

Oracle Insurance Logo Copyright © 2017, Oracle and/or its affiliates. All rights reserved. About Oracle Insurance | Contact Us