RD_SETJOB_NONVW(SQL View) |
Index Back |
---|---|
Sec Vw - Job Code Set ID'sView used to get information from Set ID table. |
SELECT setid , setid , descr , descrshort , descrlong FROM ps_setid_tbl |
# | 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 | SETID_JOBCODE | Character(5) | VARCHAR2(5) NOT NULL | SETID_JOBCODE field used in the HCM/ CRM sync Application Messages. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
5 | DESCRLONG | Long Character | CLOB | Long Description |