EB_BENPARTIC_VW

(SQL View)
Index Back

Ben PlanType Enrollmnt Control

BENEFITS_PARTIC is a record that contains information on employee enrollments in a benefit plan type. The record is used by the Benefit Enrollment panels. They are either entered online by the Base Benefits system, or by the batch processes BASOELOD and BASEMLOD during Benefits Administration processing. The records can be rebuilt using the PARTIC sql script.

SELECT EMPLID , EMPL_RCD , COBRA_EVENT_ID , PLAN_TYPE , BENEFIT_NBR FROM PS_BENEFIT_PARTIC

# 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 COBRA_EVENT_ID Number(3,0) SMALLINT NOT NULL Uniquely identifies a COBRA event within an employee's benefits records, and is system-generated.
4 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.

Prompt Table: %RECNAME_EDIT2

5 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.