VC_MTX_GOAL_DEF(SQL Table) |
Index Back |
---|---|
Variable Comp Goal Matirx DefnThis record is used within Variable Compensation when a performance-based plan uses a Goals Matrix. This record stores the actual definition of the matrix being used, that is, it stores the threshold, target, and stretch values for which a group's attainment can be mapped to come up with a 'performance' score. This score 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
Prompt Table: VC_PAYPRD_TBL |
3 | GB_GROUP_ID | Character(15) | VARCHAR2(15) NOT NULL |
Group Build ID.
Prompt Table: VC_CHK_TPGRP_VW |
4 | VC_THRSHLD_1 | Number(6,2) | DECIMAL(5,2) NOT NULL | Threshold 1 |
5 | VC_THRSHLD_2 | Number(6,2) | DECIMAL(5,2) NOT NULL | Threshold 2 |
6 | VC_THRSHLD_3 | Number(6,2) | DECIMAL(5,2) NOT NULL | Threshold 3 |
7 | VC_TARGET | Number(6,2) | DECIMAL(5,2) NOT NULL | Target |
8 | VC_STRETCH_1 | Number(6,2) | DECIMAL(5,2) NOT NULL | Stretch 1 |
9 | VC_STRETCH_2 | Number(6,2) | DECIMAL(5,2) NOT NULL | Stretch 2 |
10 | VC_STRETCH_3 | Number(6,2) | DECIMAL(5,2) NOT NULL | Stretch 3 |