RF_SERVICE_LVW(SQL View) |
Index Back |
---|---|
Service Related LanguageService Information is stored in this Record |
SELECT S.SETID , ST.SERVICE_TYPE_CD , S.SERVICE_ID , S.LANGUAGE_CD , S.DESCR80 ,S.SHORT_DESCR FROM PS_RF_SERVICE_LANG S , PS_RF_SERVICE_TYPE ST WHERE ST.SETID = S.SETID |
# | 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 | SERVICE_TYPE_CD | Character(8) | VARCHAR2(8) NOT NULL | User-definable code to classify the type of service. |
3 | SERVICE_ID | Character(20) | VARCHAR2(20) NOT NULL |
Service Number
Default Value: NEXT |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR80 | Character(80) | VARCHAR2(80) NOT NULL | This generic field stores the description and used used on various tables. |
6 | SHORT_DESCR | Character(15) | VARCHAR2(15) NOT NULL | This field is used to represent the short description for various objects |