BAS_CMP_TMP_PLN(SQL View) |
Index Back |
---|---|
Benefit Plans with comp tmplList benefit plans in a benefit program, plan type that has a template defined. |
SELECT DISTINCT B.BENEFIT_PROGRAM ,B.PLAN_TYPE ,B.BENEFIT_PLAN FROM PS_BEN_DEFN_PLAN A , PS_BEN_DEFN_OPTN B WHERE A.BENEFIT_PROGRAM = B.BENEFIT_PROGRAM AND A.PLAN_TYPE = B.PLAN_TYPE AND A.BAS_CMP_TMPL_ID > ' ' AND A.EFFDT = B.EFFDT AND B.BENEFIT_PLAN > ' ' |
# | 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 |