RSP_BO_ROLE_LVW(SQL View) |
Index Back |
|---|---|
Roles valid for planning.This record is used to store BO roles valid for planning for a SETID. |
| SELECT A.SETID , A.ROLE_TYPE_ID , B.LANGUAGE_CD , B.DESCRSHORT FROM PS_RSP_BO_ROLES A , PS_BO_ROLE_TYP_LNG B WHERE A.ROLE_TYPE_ID = B.ROLE_TYPE_ID AND A.STATUS = 'A' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. | |
| 2 | Number(12,0) | DECIMAL(12) NOT NULL |
Role Type ID
Prompt Table: RSP_ROLE_TYPE_V |
|
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: BO_ROLE_TYPE.DESCR |