RC_CTD_CAT_VW_L(SQL View) |
Index Back |
---|---|
CTD CategoryActive Categories based on the CTD combination |
SELECT SETID , RC_CATEGORY ,LANGUAGE_CD , RC_SHORT_DESCR ,LONG_DESC FROM PS_RC_CATEGORY_LNG |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
This field is used to store the value of SetID on various setup tables.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table:
SP_SETID_NONVW
|
2 | RC_CATEGORY | Character(5) | VARCHAR2(5) NOT NULL | CallCenter Category. Used in HD. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | RC_SHORT_DESCR | Character(20) | VARCHAR2(20) NOT NULL | Short Description. Used on may CallCenter set-up tables |
5 | LONG_DESC | Character(50) | VARCHAR2(50) NOT NULL | Long Description field. |