RSEC_ROLE_VW(SQL View) |
Index Back |
---|---|
Role viewUsed for configuration of dynamic search criteria based on role |
SELECT A.SYNCID , A.BO_ID , B.ROLE_TYPE_ID FROM PS_RD_PERSON A , PS_BO_ROLE B WHERE A.BO_ID = B.BO_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 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
3 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |