RD_CONSTIT_VW(SQL View) |
Index Back |
---|---|
Constituent viewView of Constituents by RD_PERSON.SYNCID and BO ID |
SELECT P.SYNCID , C.BO_ID , C.CAMPUS_ID FROM PS_RD_PERSON P , PS_RD_CONSTITUENT C WHERE P.BO_ID = C.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 | CAMPUS_ID | Character(16) | VARCHAR2(16) NOT NULL | Campus ID in the Student Administration database. |