OCD_ACTSTAT_VW(SQL View) |
Index Back |
---|---|
View of Activity StatusThis is an order management dashboard view of the status of an instance of an activity. |
SELECT A.BUS_PROC_INSTANCE , A.ACTIVITY_INSTANCE , C.CAPTURE_ID , A.RC_ACTIVITY_ID , A.RC_ACTIVITY_STATUS , B.XLATSHORTNAME , A.RC_MAIN_BP_INSTNCE FROM PS_RC_ACTIV_STATUS A , PSXLATITEM B , PS_RO_ASSOCIATION C WHERE B.FIELDNAME='RC_ACTIVITY_STATUS' AND B.FIELDVALUE = A.RC_ACTIVITY_STATUS AND C.BUS_PROC_INSTANCE = A.RC_MAIN_BP_INSTNCE |
# | 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 | CAPTURE_ID | Character(20) | VARCHAR2(20) NOT NULL | Field use to store the capture ID in order capture. |
4 | RC_ACTIVITY_ID | Character(15) | VARCHAR2(15) NOT NULL | Activity ID used in Business Process tracking. |
5 | 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 |
6 | XLATSHORTNAME | Character(10) | VARCHAR2(10) NOT NULL | Translate Value Short Name |
7 | RC_MAIN_BP_INSTNCE | Number(18,0) | DECIMAL(18) NOT NULL | RC_MAIN_BP_INSTNCE |