BAS_CMP_PLAN_V1(SQL View) |
Index Back |
---|---|
Plan Compare Display Data |
SELECT A.BENEFIT_PROGRAM , A.PLAN_TYPE , A.BENEFIT_PLAN , A.EFFDT , A.EFF_STATUS , A.BAS_CMP_LOGO_TYPE , A.BAS_CMP_LOGO_IMG FROM PS_BAS_CMP_PLAN 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.
Prompt Table: BEN_DEFN_PGM |
2 | 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. |
3 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL | Benefit Plan |
4 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
5 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive |
6 | BAS_CMP_LOGO_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Image Type
I=Provider Image U=Provider URL ID |
7 | BAS_CMP_LOGO_IMG | Character(30) | VARCHAR2(30) NOT NULL | URL ID |