RC_SRC_PHASE_VW(SQL View) |
Index Back |
---|---|
ActivityThis table stores the activities that make up a Business Process. |
SELECT RC_ACTIVITY_ID , DESCR , DESCRSHORT , NOTES FROM PS_RC_ACTIVITY WHERE RC_ACTIVITY_ID <> 'END' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RC_ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID used in Business Process tracking. |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
4 | NOTES | Long Character | CLOB | Budget Notes |