Functional Description
Purpose
This named ER will check to see if an employee is enrolled in an FSA (Flexible Spending Account) as
of the date passed in.
Setup Notes and Prerequisites
Special Logic
Technical Specification
Check for a valid US employee in the table F06116.
If the Employee Number is a valid US employee, select the records in the F08330 with that employee
number.
For each entry in the table F08330 where the specified termination date is between the begin date and
end date for each benefit plan, check the table F08320 based on the Plan ID found in the table
F08330.
Check to see if the field DPYN is equal to 1, 2, 4, or 5.
If the employee is found to be FSA eligible, cReturnStatus = "1". If the employee is not FSA
eligible, cReturnStatus = "0".
^
DN0800067 - Check For FSA Enrollment
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnAddressNumber | AN8 | MATH_NUMERIC | REQ | INPUT |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
jdDateTerminated | DT | JDEDATE | REQ | INPUT |
The date that the employee was terminated, if applicable. | ||||
cReturnStatus | EV01 | char | OPT | OUTPUT |
An option that specifies the type of processing for an event. |
None |
None |