VC_GRP_GOAL(SQL Table) |
Index Back |
---|---|
Variable Comp Group GoalsThis record stores goals specific to each group within a Variable Compensation plan. This same record also stores the group's attainment of these goals by payout period. |
# | 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_GROUP_VW |
4 | VC_GOAL_ID | Character(10) | VARCHAR2(10) NOT NULL |
Goal ID
Prompt Table: VC_GOAL_VW |
5 | VC_WEIGHT_PERCENT | Number(6,2) | DECIMAL(5,2) NOT NULL | Weighting Percent |
6 | DESCR100 | Character(100) | VARCHAR2(100) NOT NULL | Length 100 Description |
7 | VC_PCT_ATTAINED | Signed Number(7,2) | DECIMAL(5,2) NOT NULL | Percent Attained |
8 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |