RC_WL_PHNAME_VW(SQL View) |
Index Back |
---|---|
Phase Name ViewThis view returns Phase Names for use in worklist configurable search. |
SELECT A.SYNCID , C.DESCR FROM PS_RC_WF_BUSPRC_VW A , PS_RC_ACTIV_STATUS B , PS_RC_ACTIVITY C WHERE B.BUS_PROC_INSTANCE = A.BUS_PROC_INSTANCE AND B.ACTIVITY_INSTANCE = A.ACTIVITY_INSTANCE AND C.RC_ACTIVITY_ID = B.RC_ACTIVITY_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | 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. |
2 | DESCR1 | Character(30) | VARCHAR2(30) NOT NULL | Descr |