RSF_LE_RT_CLSVW(SQL View) |
Index Back |
|---|---|
Lead Rating Perm SecurityThis view is used in Lead rating by rate page for prompting on setid field based on permission list security. |
| SELECT DISTINCT s.oprclass , a.setid , a.descr , a.descrshort FROM ps_setid_tbl a , PS_SEC_SETID_CLS s , PS_RSF_LE_RATE_TBL l WHERE a.setid = s.setid AND a.setid = l.setid |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | Operator Class | |
| 2 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |