RC_WL_TKNAME_VW(SQL View) |
Index Back |
---|---|
Task Description ViewThis view returns Task Names for use in worklist configurable search. |
SELECT A.SYNCID , B.DESCR FROM PS_RC_WF_BUSPRC_VW A , PS_RC_TASK B WHERE B.RC_TASK_ID = A.RC_TASK_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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |