RC_ACTIV_ST_HST(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 | PSARCH_ID | Character(8) | VARCHAR2(8) NOT NULL | Archive ID (see PSARCHTEMPLATE). |
2 | PSARCH_BATCHNUM | Number(30,0) | DECIMAL(30) NOT NULL | Archive Batch Number |
3 | BUS_PROC_INSTANCE | Number(18,0) | DECIMAL(18) NOT NULL | Business Project Instance. This is the Business Project instance of a business project. |
4 | ACTIVITY_INSTANCE | Number(10,0) | DECIMAL(10) NOT NULL | Activity Instance |
5 | RC_ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID used in Business Process tracking. |
6 | 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 |
7 | EXPANDED_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Expanded Flag |
8 | TRANSITION_RULE | Character(60) | VARCHAR2(60) NOT NULL | Transition Rule |
9 | TRANS_TO_NODE | Character(50) | VARCHAR2(50) NOT NULL | Transition target node used in Activity Tree in Business Process tracking. |
10 | TARGET_PHASE | Character(15) | VARCHAR2(15) NOT NULL |
Target Phase
Prompt Table: RC_BP_TARGET_VW |
11 | RC_MAIN_BP_INSTNCE | Number(18,0) | DECIMAL(18) NOT NULL | RC_MAIN_BP_INSTNCE |
12 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
13 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
14 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
15 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
16 | 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. |
17 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
18 | NOTES | Long Character | CLOB | Budget Notes |