VC_PRD_GRP3_VW

(SQL View)
Index Back

View on the Matrix Def Tbl

This view is used as base record for the level 2 scroll in the Matrix Goals panel. It shows all combinations of Plan, Period, Group in that table. Furthermore it shows the threshold, Target, Stretch values for the respective Matrix.

SELECT DISTINCT VC_PLAN_ID ,VC_PAYOUT_PRD_ID ,GB_GROUP_ID ,VC_THRSHLD_1 ,VC_THRSHLD_2 ,VC_THRSHLD_3 ,VC_TARGET ,VC_STRETCH_1 ,VC_STRETCH_2 ,VC_STRETCH_3 FROM PS_VC_MTX_GOAL_DEF

# 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