CONTRACT_PREPAY(SQL Table) |
Index Back |
---|---|
Contract PrePay OptionsThis record is used to store employee Contract PrePay Options |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | COMPANY | Character(3) | VARCHAR2(3) NOT NULL |
Company
Prompt Table: COMPANY_TBL |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | 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: PREPAY_PLAN_VW |
5 | BEGIN_DT | Date(10) | DATE NOT NULL |
Begin Date
Default Value: CONTRACT_PREPAY.EFFDT |
6 | END_DT | Date(10) | DATE | end date |
7 | PREPAY_OPTION | Character(1) | VARCHAR2(1) NOT NULL |
PrePay Option
C=PrePay Over Contract F=Factor * Deduction Amount Default Value: C |
8 | PREPAY_FACTOR | Number(5,2) | DECIMAL(4,2) NOT NULL |
PrePay Factor
Default Value: 0 |
9 | FLAT_DED_AMT | Number(9,2) | DECIMAL(8,2) NOT NULL |
Flat Deduction Amount
Default Value: 0 |