Open Enrollment logic use the Coverage Effective date defined in IBOE for finding effective date records. If not defined, then use AS_OF_DATE HL-586
New logic for Plan Dependency has been added. A new table (BPD) has been created to setup the dependent table, coverages (DDL_180809_1.tab).WEBOEE and IBSC screens have been modified. A new Where Clause for Scheduled Coverages has been added.

HL-956
Corrected logic for populating DRV_AMOUNT_BASIS to use the Site Preference value if defined. If an employee has a preference value for EE_BE_AMNT_BASIS - use as the default value. If not, the Value from Site or Client setting will be used.

Update EE Costs (HL-1660)
Generate a new OE: If an employee already enrolled the EE cost amount will be populated with the value from IBEN for benefit component - B1040 If Coverage Amount ((B0470) is available for EE to key in a value the entered value is multiplied by a factor that represent times per year for current Frequency. This is the pay period amount that will populate AMOUNT_OVERRIDE value in Election Components table The frequency used: IBSC if defined IBPN / Current coverage for coverage effective date record Not on IBSC or IBPN the factor will be 1

Update ER/EE Cost when a benefit recipient type spouse has changed (HRIS-1194)
When B0500 is defined for a coverage that plan uses the coverage rate step This component specifies the rate stepping criteria. Rule 09 - Use Spouse’s Age as of date specified in B0510 There are two cases where EE cost has to be updated during the OE (an OE was already generated) A new benefit recipient of type spouse is defined or update but not added to OE. Once the recipient is added the existing amount is recalculated based on Spouse’s age A benefit recipient of type spouse is updated and was already added to OE (E.g. DOB changed) In this case the system is checking all the open OE and removed the recipient. The user will be forced to select again the recipient and then the amount is recalculated

Coverage Amount and Enrollment Coverage Amount available for IBPOE/WEBOEE (HL-1467 and HL-1603)

Two new DRV columns defined for IBPOE/WEBOEE Coverage Amount (DRV_COVERAGE_AMOUNT) populated with entered amount for benefit component B0470. This column was added to Summary tab

Enrollment Coverage Amount (DRV_ENROLLED_COVERAGE_AMOUNT) populated with value from IBEN for benefit component B0470. Return null if not enrolled or B0470 not in IBEN. This column is available. It was requested by one customer but not added to the screen.