SPB_ROLTYP_R_VW(SQL View) |
Index Back |
|---|---|
Role type Resouece Based ViewView to filter all the roletypes for the resource based service method |
| SELECT SETID , ROLE_TYPE ,CATEGORY_CD , DESCRSHORT , DESCR FROM PS_SPB_ROLE_TYPE WHERE SERVICE_METHOD = 'R' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SETID_TBL |
|
| 2 | Character(6) | VARCHAR2(6) NOT NULL |
Service Type
APR=Approver MGR=Manager OPR=Operator |
|
| 3 | CATEGORY_CD | Character(18) | VARCHAR2(18) NOT NULL |
Category Code
Prompt Table:
SPB_CATEG_CD_VW
|
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
| 5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |