VACATION_TBL(SQL Table) |
Index Back |
---|---|
Vacation Ben Plan ParametersVACATION_TBL is a record that defines the vacation plans offered by the company. It is used to set up the minimum and maximum hours and amounts for each plan. It is populated online using the benefits vacation plan 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: VACN_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 | BUY_SELL | Character(1) | VARCHAR2(1) NOT NULL |
Vacation Buy or Sell
B=Vacation Buy S=Vacation Sell |
5 | ERNCD | Character(3) | VARCHAR2(3) NOT NULL |
Earnings Code
Prompt Table: EARNINGS_TBL |
6 | PAY_FREQUENCY | Character(5) | VARCHAR2(5) NOT NULL |
Pay Frequency
A=Annual B=Biweekly D=Daily M=Monthly Q=Quarterly S=Semimonthly W=Weekly Default Value: M Prompt Table: BEN_FREQ_VW |
7 | VACN_HOURS_INCR | Number(6,2) | DECIMAL(5,2) NOT NULL |
Vacation Hours Increment
Default Value: 8 |
8 | VACN_MIN_HOURS | Number(5,2) | DECIMAL(4,2) NOT NULL |
Vacation Minimum Hours
Default Value: 8 |
9 | VACN_MAX_HOURS | Number(7,2) | DECIMAL(6,2) NOT NULL |
Vacation Maximum Hours
Default Value: 40 |
10 | VACN_MAX_AMT | Number(8,2) | DECIMAL(7,2) NOT NULL |
Vacation Maximum Dollars
Default Value: 1000 |
11 | VACN_PCT_OF_SALARY | Number(6,3) | DECIMAL(5,3) NOT NULL |
Vacation Percent of Salary
Default Value: 2 |