SDB_TMPL_TYP_VW(SQL View) |
Index Back |
|---|---|
Template Type ViewTemplate Type View used in Contact Center Dashboard. |
| SELECT TMPLT_CATEGRY_ID , TMPLT_TYPE_ID , TMPLT_TYPE_NAME , ACTIVE_FLAG FROM PS_RBC_TEMPLT_TYPE |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(6,0) | INTEGER NOT NULL | Template Category ID | |
| 2 | Number(6,0) | INTEGER NOT NULL | Template Type ID | |
| 3 | TMPLT_TYPE_NAME | Character(30) | VARCHAR2(30) NOT NULL | Holds the names of the types. 01/16/03: Set the Format Type to "Mixedcase", from Uppercase. |
| 4 | ACTIVE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Active Flag
A=Active I=Inactive Y/N Table Edit Default Value: N |