BEN_PRG_LINK_VW(SQL View) |
Index Back |
---|---|
BEN_PRG_LOOKUPThis view is used on Benefits enrollment panels to properly join an employee's Benefit Program participation information with his Benefit Plan enrollments, by accommodating key structure differences resulting from COBRA requirements. |
SELECT EMPLID ,EMPL_RCD , EFFDT , BENEFIT_PROGRAM FROM PS_BEN_PROG_PARTIC WHERE COBRA_EVENT_ID =0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL | Empl Record |
3 | EFFDT | Date(10) | DATE | Effective Date |
4 | BENEFIT_PROGRAM | Character(3) | VARCHAR2(3) NOT NULL | Defines a collection of benefit plans and their associated rate and calculation rules. |