Functional Description
Purpose
The NER retrieves the description of the plan or plan option and the four dba codes associated with
the plan or plan option.
Setup Notes and Prerequisites
Special Logic
Technical Specification
Retrieve Plan record from F08320, fetching the plan description, and the four dba codes (FDBA, SDBA,
PDDP, PDCP)
If Plan option is not blank,
Retrieve the plan option record from F083202, fetching the
option description and the four option dba codes (FDBA,
SDBA, PDDP, PDCP).
// Employee deduction dba//
If Option FDBA is not equal to Zeros
BF mnEmployeeDbaId = Option FDBA
End If
// Employer Credit dba//
If Option SDBA is not equal to Zeros
BF mnDbaEmployerId = Option SDBA
End If
//Employee point dba//
If Option PDDP is not equal to Zeros
BF mnPayrollDedPoints = Option PDDP
End If
//Employer point dba//
If Option PDCP is not equal to Zeros
BF mnPayrollCreditPoints = Option PDCP
End If
End If //End of plan option <> Blank//
^
DN0800063 - Get Benefit DBAs for Plan or Plan Option
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szPlanId | PLAN | char | REQ | INPUT |
An abbreviation or number that identifies a specific employee benefit. Examples are:
o Employee Health Insurance
o Accidental Death
| ||||
szPlanAdditionalOption | AOPT | char | REQ | INPUT |
A code that identifies any additional options available for a benefit plan that have been defined in the Plan Additional Options table
| ||||
mnEmployeeDbaId | FDBA | MATH_NUMERIC | OPT | OUTPUT |
The DBA defined in the Payroll Transactions Constants table (F069116) that is used to calculate the dollar amount that the employee
| ||||
mnDbaEmployerId | SDBA | MATH_NUMERIC | OPT | OUTPUT |
The DBA defined in the Payroll Transactions Constants table (F069116) that the system uses to calculate the dollar amount that the
| ||||
mnPayrollDedPoints | PDDP | MATH_NUMERIC | OPT | OUTPUT |
The DBA defined in the Payroll Transactions Constants file (F069116) that is used to calculate the points amount that the employee
| ||||
mnPayrollCreditPoints | PDCP | MATH_NUMERIC | OPT | OUTPUT |
The DBA defined in the Payroll Transactions Constants table (F069116) that will be used to calculate the points amount that the employer
| ||||
szPlanDescription | DL01 | char | OPT | OUTPUT |
A user defined name or remark. | ||||
szPlanOptionDescription | DL01 | char | OPT | OUTPUT |
A user defined name or remark. |
None |
None |