RSEC_RO_PART_VW(SQL View) |
Index Back |
---|---|
Partner ViewThis is view that pulls in all Partners |
SELECT CST.SYNCID ,PRT.SYNCID FROM PS_BO CST , PS_BO PRT , PS_RO_HDR_BOID_VW RO WHERE RO.BO_ID_SOLD=CST.BO_ID AND RO.BO_ID_PARTNER =PRT.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 | RSEC_REL_SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The related synchronization id stores the syncid of the primary record of the security object. This field is used in creating the security list record. |