RF_SACT_TYP_LNG(SQL Table) |
Index Back |
---|---|
Activity Type Related LanguageRelated language: Used to store activity types. Activities are then used on services. |
# | 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 | ACTIVITY_TYPE_CD | Character(8) | VARCHAR2(8) NOT NULL | Service Activity Type Code which is used for grouping the Service Activities through the Activity Codes |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | SHORT_DESCR | Character(15) | VARCHAR2(15) NOT NULL | This field is used to represent the short description for various objects |
5 | DESCR40 | Character(40) | VARCHAR2(40) NOT NULL | This is a description field that holds 40 characters. |