SET_VLD_TL_01(SQL View) |
Index Back |
---|---|
Scheduling TableSet IDsView of SetIDs that have been setup for use with the Scheduling Record Group |
SELECT DISTINCT(S.SETID) , S.DESCR , S.DESCRSHORT FROM PS_SETID_TBL S , PS_SET_CNTRL_GROUP G WHERE S.SETID = G.SETID AND G.REC_GROUP_ID = 'TL_01' |
# | 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 |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |