W3EB_HLTH_SRCH(SQL View) |
Index Back |
---|---|
Health Page Search ViewThis search dialog will show only if the global record is not populated. |
SELECT A.EMPLID , O.OPRID , A.PLAN_TYPE , A.EMPL_RCD , A.EMPL_RCD AS BENEFIT_NBR , A.COVERAGE_ELECT , A.EFFDT , A.BENEFIT_PLAN FROM PS_HEALTH_BENEFIT A , PSOPRDEFN O WHERE A.COVERAGE_ELECT <> 'T' AND A.EMPLID = O.EMPLID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
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. |
4 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
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. |
6 | COVERAGE_ELECT | Character(1) | VARCHAR2(1) NOT NULL |
Coverage Election
E=Elect T=Terminate W=Waive |
7 | AS_OF_DATE | Date(10) | DATE | As of Date |
8 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL | Benefit Plan |