SET_VLD_PY_02(SQL View) |
Index Back |
---|---|
Valid Setids for PY_02This view shows all SETIDs that are valid to be used for the records in the Record Group PY_02 Paygroups.. These records all use the SetControlField - PAYGROUP. These setids must have setcntrlvalues that exist in the PAYGROUP_TBL (ie are actually controlled by a PAYGROUP |
SELECT DISTINCT(A.SETID) , B.DESCR FROM PS_SET_CNTRL_GROUP A , PS_SETID_TBL B WHERE A.REC_GROUP_ID = 'PY_02' AND A.SETCNTRLVALUE IN ( SELECT PAYGROUP FROM PS_PAYGROUP_TBL) AND A.SETID = B.SETID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |