BEN_PROG_PTC_VW(SQL View) |
Index Back |
---|---|
EE Benefit ProgramsView on BEN_PROG_PARTIC that returns the real EMPL_RCD value instead of the actual BENEFIT_RCD_NBR value from BEN_PROG_PARTIC. This view is intended for active employees, so the COBRA_EVENT_ID key also has been removed. |
SELECT B.EMPLID , B.EMPL_RCD , A.EFFDT , A.BENEFIT_PROGRAM FROM PS_BEN_PROG_PARTIC A , PS_PER_ORG_ASGN B WHERE A.COBRA_EVENT_ID = 0 AND B.EMPLID = A.EMPLID AND B.BENEFIT_RCD_NBR = A.EMPL_RCD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Default Value: NEW Prompt Table: PERSON |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL |
Empl Record
Prompt Table: PER_ORG_ASGN_VW |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | BENEFIT_PROGRAM | Character(3) | VARCHAR2(3) NOT NULL |
Defines a collection of benefit plans and their associated rate and calculation rules.
Prompt Table: BEN_DEFN_PGM |