Functional Description
Purpose
This NER determines the next or previous category in the Category Within Benefit Groups file
(F08350). The order is determined by the sequence numbers for the categories within the same benefit group. If
no open next or previous benefit category is found, the NER returns an error code of '1' or greater.
If the record is found, the NER returns an error code of '0'.
Setup Notes and Prerequisites
Special Logic
Technical Specification
szBenefitGroup - Required input field.
szCurrentBenefitCategory - Required input field.
szEnrollmentEventCode - Required input field.
cActionFlag - Required input field ('N' to retrieve the next category, 'P' to retrieve the previous
category)
szNextPreviousCategory - Output field.
cCategoryRule - Output field.
cErrorCode - Output field.
cErrorCode values are as follows:
0 = No Errors, next/previous category found.
1 = Error, no next/previous category found.
2 = Error, the benefit group/benefit category entered was not found.
3 = Error, the action flag has an invalid value (not a 'N' or 'P')
D0800076 - Determine Next/Previous Category Data Structure
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szBenefitGroupCode | DIVC | char | REQ | INPUT |
The benefit group to which the employee is assigned. Benefit groups facilitate employee enrollment by categorizing benefit plans and
| ||||
szCurrentBenefitCategory | SBGR | char | REQ | INPUT |
The category of a benefit group. The category is used to group benefit plans according to the type and/or rule. For
| ||||
cActionFlag | EV01 | char | REQ | INPUT |
An option that specifies the type of processing for an event. | ||||
szNextPreviousCategory | SBGR | char | OPT | OUTPUT |
The category of a benefit group. The category is used to group benefit plans according to the type and/or rule. For
| ||||
cEverestEventPoint01_2 | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event. | ||||
cCategoryRule | SGRU | char | OPT | OUTPUT |
A rule that defines the election criteria for a benefit category. Valid codes are:
O
Optional. The enrollee may choose one.
R
Required. The
| ||||
szEnrollmentEventCode | EECD | char | REQ | INPUT |
The user defined code (08/BE) that you use to denote an enrollment event such as marriage. |
None |
None |