W3EB_DEP_SRCH(SQL View) |
Index Back |
---|---|
Life InsuranceSearch record that contains beneficiary information for Plan Types 24 and 25 from the LIFE_ADD_BENEFC Table |
SELECT A.EMPLID ,A.EMPL_RCD ,A.PLAN_TYPE FROM PS_LIFE_ADD_BENEFC A WHERE A.PLAN_TYPE = '24' OR A.PLAN_TYPE = '25' |
# | 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 |
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. |