VC_PRORATE_PCT(SQL Table) |
Index Back |
---|---|
Proration Rules % TableThis table stores the various percentages that are applicable to a given employee status. The percentages are defined for a range of days. A minimum of 1 day should be defined. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VC_PRT_RULE_ID | Character(8) | VARCHAR2(8) NOT NULL | Users have the ability to define proration percentages for different employee statuses in the system. A Rule ID holds the definition to be created centrally and be shared between different VC Plans instead of having to redefine the same propration percentage on each plan. |
2 | EFFDT | Date(10) | DATE |
Effective Date
Default Value: %date |
3 | VC_EMPL_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
This field is used for Percentage of Period proration in Variable Compensation. Proration is supported for status = Active or Terminated.
A=Active T=Terminations |
4 | VC_DAY_TO | Number(3,0) | SMALLINT NOT NULL | Created for the purpose of Variable Compensation, this field is used for calculating proration value. When Proration is done by Percentage of the month, a Period must be entered to identify the eligible days of the month, This field holds the End part of that period. |
5 | VC_PERIOD_PCT | Number(6,2) | DECIMAL(5,2) NOT NULL | Created for the purpose of Variable Compensation, this field is used for calculating proration value. When Proration is done by Percentage of the month, a Period must be entered to identify the eligible days of the payout period. This field holds the percentage eligible for the period. |