RD_DEPT_WRKR_VW(SQL View) |
Index Back |
---|---|
My Contacts - View WorkersReturns all the workers who are in the same department. |
SELECT C.PERSON_ID , A.BO_ID , A.SYNCID FROM PS_RD_PERSON A , PS_RB_WORKER C , PS_RB_WORKER B WHERE B.SETID_DEPT = C.SETID_DEPT AND B.DEPTID = C.DEPTID AND B.PERSON_ID = A.PERSON_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
2 | BO_ID_WORK | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
3 | 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. |