SP_SETIDNONSATV(SQL View) |
Index Back |
---|---|
Sec Vw - TableSet ID's |
SELECT A.setid , A.descr , A.descrshort , A.descrlong FROM ps_setid_tbl A WHERE A.SETID IN ( SELECT B.SETID FROM PS_RC_STATUS_TBL B) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
4 | DESCRLONG | Long Character | CLOB | Long Description |