W3EB_LIFEADD_VW

(SQL View)
Index Back

EE Life AD/D Benefit Enrollmnt

LIFE_ADD_BEN is a record that identifies all life- and accidental death-related benefit elections for an employee. These benefits are related to the plan types in the '2X' series such as '20'-Life, '22'-ADD, '25'-Dependent Life, etc. This record is populated by online panels when using the Base Benefits product or by the batch processes BASEMLOD/BASOELOG when using the Benefits Administration product.

SELECT L.EMPLID , L.EMPL_RCD , L.PLAN_TYPE , L.BENEFIT_NBR , L.EFFDT , L.DEDUCTION_END_DT , L.COVERAGE_BEGIN_DT , L.COVERAGE_END_DT , L.COVERAGE_ELECT , L.COVERAGE_ELECT_DT , L.BENEFIT_PLAN , L.FLAT_AMOUNT , L.GVT_ASSIGNED FROM PS_LIFE_ADD_BEN L

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

Prompt Table: PERSON

2 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Rcd Nbr

Prompt Table: PER_ORG_ASGN_VW

3 PLAN_TYPE Character(2) VARCHAR2(2) NOT NULL Identifies a category of benefit plan, such as Medical, Dental, and Life (Insurance). A set of plan type codes, as well as rules for creating new codes, is provided by PeopleSoft. Plan Type codes determine how the system processes and defines eligibility for the various benefit plans.

Default Value: 20

4 BENEFIT_NBR Number(3,0) SMALLINT NOT NULL Note! Although this field is part of the index schema for most Base Benefits enrollment-related records, it was in fact never functionally implemented. As such, it is CRITICAL that this field always be set to zero 0.
5 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: LIFE_ADD_BEN.COVERAGE_BEGIN_DT

6 DEDUCTION_END_DT Date(10) DATE Deduction End Date
7 COVERAGE_BEGIN_DT Date(10) DATE NOT NULL Coverage Begin Date
8 COVERAGE_END_DT Date(10) DATE Coverage End Date
9 COVERAGE_ELECT Character(1) VARCHAR2(1) NOT NULL Coverage Election
E=Elect
T=Terminate
W=Waive

Default Value: E

10 COVERAGE_ELECT_DT Date(10) DATE NOT NULL Coverage Elect Date

Default Value: %date

11 BENEFIT_PLAN Character(6) VARCHAR2(6) NOT NULL Benefit Plan

Prompt Table: BEN_PROG_BENPLN

12 FLAT_AMOUNT Signed Number(9,0) DECIMAL(8) NOT NULL Flat Amount
13 GVT_ASSIGNED Character(1) VARCHAR2(1) NOT NULL Assigned?

Y/N Table Edit

Default Value: N