VC_MTX_GOAL(SQL Table) |
Index Back |
---|---|
Variable Comp Goals MatrixThis record is used within Variable Compensation when a performance-based plan uses a Goals Matrix and stores the attainment values, by Goal ID, required to meet a certain threshold, target, or stretch 'quartile'. This table also stores the actual attainment value for a group, by Goal |d. The sum of the goals' attainment values is computed as a 'performance' score, which is then used with the Payout Schedule to determine the formula for award payout. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VC_PLAN_ID | Character(10) | VARCHAR2(10) NOT NULL |
VC Plan ID
Prompt Table: VC_PLAN_TBL |
2 | VC_PAYOUT_PRD_ID | Character(10) | VARCHAR2(10) NOT NULL | Payout Period ID |
3 | GB_GROUP_ID | Character(15) | VARCHAR2(15) NOT NULL |
Group Build ID.
Prompt Table: VC_GROUP_VW |
4 | VC_GOAL_ID | Character(10) | VARCHAR2(10) NOT NULL |
Goal ID
Prompt Table: VC_GOAL_TBL |
5 | VC_WEIGHT_PERCENT | Number(6,2) | DECIMAL(5,2) NOT NULL | Weighting Percent |
6 | VC_THRSHLD_1 | Number(6,2) | DECIMAL(5,2) NOT NULL | Threshold 1 |
7 | VC_THRSHLD_2 | Number(6,2) | DECIMAL(5,2) NOT NULL | Threshold 2 |
8 | VC_THRSHLD_3 | Number(6,2) | DECIMAL(5,2) NOT NULL | Threshold 3 |
9 | VC_TARGET | Number(6,2) | DECIMAL(5,2) NOT NULL | Target |
10 | VC_STRETCH_1 | Number(6,2) | DECIMAL(5,2) NOT NULL | Stretch 1 |
11 | VC_STRETCH_2 | Number(6,2) | DECIMAL(5,2) NOT NULL | Stretch 2 |
12 | VC_STRETCH_3 | Number(6,2) | DECIMAL(5,2) NOT NULL | Stretch 3 |
13 | VC_PCT_ATTAINED | Signed Number(7,2) | DECIMAL(5,2) NOT NULL | Percent Attained |
14 | SCORE | Number(7,2) | DECIMAL(6,2) NOT NULL | Test Score |