RC_CTD_TYP_VW(SQL View) |
Index Back |
|---|---|
Specialty Type promptSpecialty Type prompt table for CTD search view |
| SELECT SETID ,RC_TYPE , RC_SHORT_DESCR ,STATUS ,LONG_DESC FROM PS_RC_TYP_TBL |
| # | 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.
Default Value: RC_CTD_SEARCH.SETID Prompt Table:
SP_SETID_NONVW
|
|
| 2 | Character(5) | VARCHAR2(5) NOT NULL | Specialty type. Used on HD case. | |
| 3 | RC_SHORT_DESCR | Character(20) | VARCHAR2(20) NOT NULL |
Short Description. Used on may CallCenter set-up tables
Default Value: DERIVED_RC_CTD.TYP_DESCR |
| 4 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive Default Value: A |
| 5 | LONG_DESC | Character(50) | VARCHAR2(50) NOT NULL | Long Description field. |