PY_MOD_PLT_VW(SQL View) |
Index Back |
---|---|
Paychk Mod plan typeThis view is used to show the latest plan type. |
SELECT DISTINCT A.PLAN_TYPE , A.DESCR FROM PS_PLAN_TYPE_VW A WHERE A.EFFDT = ( SELECT MAX(A_ED.EFFDT) FROM PS_PLAN_TYPE_VW A_ED WHERE A.PLAN_TYPE = A_ED.PLAN_TYPE AND A_ED.EFFDT <= %CurrentDateIn) AND A.EFF_STATUS = 'A' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |