RC_BP_TARGET_VW(SQL View) |
Index Back |
---|---|
Transition Activity ViewThis view is used to display a list of Activities that can be transitioned to from the existing activity. This is part of the Business Process Tracking feature. |
SELECT A.RC_BUS_PROCESS_ID , A.EFFDT , A.RC_ACTIVITY_ID , A.TARGET_PHASE , B.DESCR FROM PS_RC_BP_DEFN_VW A , PS_RC_ACTIVITY B WHERE A.TARGET_PHASE = B.RC_ACTIVITY_ID AND A.AUTOMATIC='M' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RC_BUS_PROCESS_ID | Character(15) | VARCHAR2(15) NOT NULL | Business Process ID used in Business Process tracking. |
2 | BUS_PROCESS_DATE | Date(10) | DATE | Business Project Date. This field is used to store the effective date for a specific instance of a Business Project. |
3 | RC_ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID used in Business Process tracking. |
4 | TARGET_PHASE | Character(15) | VARCHAR2(15) NOT NULL | Target Phase |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |