BAS_CMP_DATA_VW(SQL View) |
Index Back |
---|---|
Plan Compare Display Data |
SELECT A.BENEFIT_PROGRAM ,A.PLAN_TYPE ,A.BENEFIT_PLAN ,A.EFFDT ,A.EFF_STATUS ,B.BAS_CMP_SEC_PTYPE ,B.BAS_CMP_SECT_ID ,B.BAS_CMP_ATT_PTYPE ,B.BAS_CMP_ATTR_ID ,B.BAS_CMP_ITEM_ID ,B.BAS_CMP_ATTR_VALUE FROM PS_BAS_CMP_PLAN A LEFT OUTER JOIN PS_BAS_CMP_PLN_DTA B ON A.BENEFIT_PROGRAM =B.BENEFIT_PROGRAM AND A.PLAN_TYPE =B.PLAN_TYPE AND A.BENEFIT_PLAN = B.BENEFIT_PLAN AND A.EFFDT = B.EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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 | 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 | Character(6) | VARCHAR2(6) NOT NULL | Benefit Plan | |
4 | 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 | 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. | |
7 | Character(5) | VARCHAR2(5) NOT NULL | Section ID | |
8 | 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. | |
9 | Character(5) | VARCHAR2(5) NOT NULL | Attribute ID | |
10 | Character(5) | VARCHAR2(5) NOT NULL | Item ID | |
11 | BAS_CMP_ATTR_VALUE | Long Character | CLOB | Value |