RTRMNT_PLAN_TBL(SQL Table) |
Index Back |
---|---|
Retirement Ben Plan ParametersRTRMNT_PLAN_TBL is a record that defines the attributes of a US retirement plan, including contribution parameters (employer vs. employee percentages), FICA coordination and earnings basis. The record is populated online through the Retirement Plan Table panel. |
# | 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.
Prompt Table: RTRMNT_PLAN_VW |
2 | BENEFIT_PLAN | Character(6) | VARCHAR2(6) NOT NULL |
Benefit Plan
Prompt Table: BENEF_PLAN_TBL |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | ERNCD_SPCL | Character(3) | VARCHAR2(3) NOT NULL |
Special Accumulator Code
Prompt Table: SPCL_EARNS_TBL |
5 | EMPLR_PCT | Number(7,3) | DECIMAL(6,3) NOT NULL | Employer Contribution Percent |
6 | EMPL_PCT | Number(7,3) | DECIMAL(6,3) NOT NULL | Employee Contribution Percent |
7 | EMPLR_EMPL_PCT | Number(7,3) | DECIMAL(6,3) NOT NULL | Employer Contribution to Empl% |
8 | COORDINATE_FICA | Character(1) | VARCHAR2(1) NOT NULL |
Coordinate with FICA
Y/N Table Edit Default Value: N |
9 | GVT_SUBJ_OASDI | Character(1) | VARCHAR2(1) NOT NULL |
Subject to OASDI
Y/N Table Edit Default Value: N |
10 | GVT_OASDI_OFFSET | Character(1) | VARCHAR2(1) NOT NULL |
OASDI Offset
Y/N Table Edit Default Value: N |
11 | GVT_IRR_RET_FORM | Character(1) | VARCHAR2(1) NOT NULL |
IRR Retirement Form Number
C=CSRS (SF2806/SF2807) F=FERS (SF3100/SF3103) N=Not Applicable Default Value: N |