!!!My Benefit and Recipients
This [WEBRP] screen is used to view all available benefits for an employee whether they are enrolled or not enrolled.  Here you can associate the specific Benefit Recipients to the benefit plan.  In order for a contact to be available for selection on this screen they need to be setup in the [WEBRA - My Benefit Recipients|WEBRA] screen with a Contact Type of "Recipient".
\\
\\
!!Benefit Plans
%%zebra-table
||Column Name||Data Type||Description
|[Plan Type|PLAN_TYPE_CODE]|VARCHAR2|The name of the plan type code.
|[Plan|PLAN_CODE]|VARCHAR2|The name of the Benefit Plan Code.
|[Description]|VARCHAR2|Text to further describe the Benefit Plan.
|[Participation Rule|PARTICIPATION_RULE]|LEXICON| A lexicon of values from [X_PARTICIPATION_RULE] that indicate if the Benefit Plan is Optional or Required.
|[STATUS|ENROLLMENT_STATUS]|LEXICON|A lexicon of values from [X_ENROLLMENT_STATUS].  This value indicates if the employee is Enrolled in the benefit or not.
\\

!!Benefit Recipient
||Column Name||Data Type||Description
|[Name|FULL_NAME]|VARCHAR2|The name of the contact.
|[Gender]|LEXICON|A Lexicon with a list of Genders that could apply to the contact.  The lexicon can be found at [X_GENDER].
|[Relation]|LEXICON|A lexicon with a list of Relations such as 'Brother'.  The lexicon values can be found at [X_RELATION].
|[Benefit%|BENEFIT_PERCENT]|NUMBER|A percentage used to indicate the percentage of the benefit that an employee is to receive.  For example, 50% of a Life Insurance Plan.
|[Start Date|START_DATE]|DATE|A date that identifies the start of the period of time for which the contact will become a benefit recipient.
|[End Date|END_DATE]|DATE|A date that identifies the enmd of the period of time for which the contact will become a benefit recipient.
|[Bond Participation|BOND_PARTICIPATION]|LEXICON|A lexicon that indicates the participation type of the BOND.  Lexicon values can be found at [X_BOND_PARTICIPATION].