VC_GROUP_VW(SQL View) |
Index Back |
---|---|
Prompt view for groups.This view is used for prompting the groups on the org/group/ind goals panels. It compares the effdt of the group definition against the end date of the period for which it is to be used. |
SELECT A.VC_PLAN_ID , A.VC_PAYOUT_PRD_ID , B.GB_GROUP_ID , B.DESCR FROM PS_VC_PAYPRD_TBL A , PS_GB_GROUP_TBL B WHERE B.EFFDT = ( SELECT MAX(EFFDT) FROM PS_GB_GROUP_TBL C WHERE C.GB_GROUP_ID = B.GB_GROUP_ID AND C.EFFDT <= A.PRD_END_DT ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VC_PLAN_ID | Character(10) | VARCHAR2(10) NOT NULL | VC Plan ID |
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. |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |