RBW_CLNT_ALL_VW(SQL View) |
Index Back |
---|---|
View All ClientsView used by data set rules to display all clients. |
SELECT A.SYNCID , A.PERSON_ID FROM PS_RD_PERSON A , PS_BO_ROLE C WHERE A.BO_ID = C.BO_ID AND C.ROLE_TYPE_ID = 9 AND C.ROLE_START_DT <= %CurrentDateIn AND C.ROLE_END_DT > %CurrentDateIn |
# | 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 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |