RC_ACTIV_STATUS(SQL Table) |
Index Back |
---|---|
Phase StatusThis tables stores a phase's status within the instance of a Business Project. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUS_PROC_INSTANCE | Number(18,0) | DECIMAL(18) NOT NULL | Business Project Instance. This is the Business Project instance of a business project. |
2 | ACTIVITY_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Activity Instance |
3 | RC_ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID used in Business Process tracking. |
4 | RC_ACTIVITY_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
This field contains the status of a phase/activity within a Business Project.
C=Complete L=Cancelled N=Not Started P=In Process |
5 | EXPANDED_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Expanded Flag |
6 | TRANSITION_RULE | Character(60) | VARCHAR2(60) NOT NULL | Transition Rule |
7 | TRANS_TO_NODE | Character(50) | VARCHAR2(50) NOT NULL | Transition target node used in Activity Tree in Business Process tracking. |
8 | TARGET_PHASE | Character(15) | VARCHAR2(15) NOT NULL |
Target Phase
Prompt Table: RC_BP_TARGET_VW |
9 | RC_MAIN_BP_INSTNCE | Number(18,0) | DECIMAL(18) NOT NULL | RC_MAIN_BP_INSTNCE |
10 | MESSAGE_NBR | Number(5,0) | INTEGER NOT NULL | Message Number. This field refers to the Message Number in the Message Catalog. |
11 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
12 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
13 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
14 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
15 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
16 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
17 | NOTES | Long Character | CLOB | Budget Notes |