DISBLTY_PLN_TBL(SQL Table) |
Index Back |
---|---|
Disability Ben Plan ParametersDISABILITY_PLN_TBL is a record used to define the disability benefit plans offered by the company. It is populated online using the Disability Plan Table panel. There is one record for each disability plan. It is used by the Benefits product. |
# | 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: DISBLTY_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 | BN_FORMULA_ID | Character(10) | VARCHAR2(10) NOT NULL |
This field is key for defining the formula and formula can be uniquely identified by this field.
Prompt Table: BN_FORMULA |
5 | SALARY_REPLACE_PCT | Number(7,3) | DECIMAL(6,3) NOT NULL | Salary Replacement % |
6 | USE_SAL_REPLACE | Character(1) | VARCHAR2(1) NOT NULL |
Use as Base for Premium Calc
Y/N Table Edit Default Value: N |