BAS_OE_DE_PL_V1(SQL View) |
Index Back |
---|---|
BAS OE Defn-Sch Plan BenPgmBAS_OE_DE_PL_V1 is a view of all active Benefit Programs. It is used on the Open Enrollment Definition panel. |
SELECT BENEFIT_PROGRAM ,EFFDT ,EFF_STATUS FROM PS_BEN_DEFN_PGM WHERE PROGRAM_TYPE = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BENEFIT_PROGRAM | Character(3) | VARCHAR2(3) NOT NULL | Defines a collection of benefit plans and their associated rate and calculation rules. |
2 | EFFDT | Date(10) | DATE NOT NULL | Effective Date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |