RF_ACT_CD_LVW3(SQL View) |
Index Back |
---|---|
Activity Code Rel Lang ViewActivity Code Prompt related Language view |
SELECT A.SETID , A.ACTIVITY_CODE , B.LANGUAGE_CD , B.DESCR80 , B.SHORT_DESCR , A.ACTIVITY_TYPE_CD FROM PS_RF_ACT_CODE A , PS_RF_ACT_CODE_LNG B WHERE B.SETID=A.SETID AND B.ACTIVITY_CODE = A.ACTIVITY_CODE |
# | 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. |
2 | ACTIVITY_CODE | Character(8) | VARCHAR2(8) NOT NULL | Activity Code which identifies the specific Activities which will be performed as part of Service Orders. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR80 | Character(80) | VARCHAR2(80) NOT NULL | This generic field stores the description and used used on various tables. |
5 | SHORT_DESCR | Character(15) | VARCHAR2(15) NOT NULL | This field is used to represent the short description for various objects |
6 | 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 |