ACTIVITY_VW(SQL View) |
Index Back |
|---|---|
Activity View (Trans) |
| SELECT ACTIVITYNAME ,FONT , VERSION ,DESCR60 ,DESCRLONG FROM PSACTIVITYDEFN |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | Name of a Business Process Activity (see PSACTIVITYDEFN). | |
| 2 | FONT | Character(80) | VARCHAR2(80) NOT NULL | Font Name |
| 3 | VERSION | Number(10,0) | DECIMAL(10) NOT NULL | Version. Internal PeopleTools version for controlling caching of object. - Version/Table reference |
| 4 | DESCR60 | Character(60) | VARCHAR2(60) NOT NULL | Description |
| 5 | DESCRLONG | Long Character | CLOB | Long Description |