RC_CAMPUS_ID_VW

(SQL View)
Index Back

Campus ID Search View

Search view used on configurable search to return Campus ID.

SELECT A.SYNCID , B.CAMPUS_ID FROM PS_RC_CASE A , PS_RD_CONSTITUENT B WHERE B.BO_ID = A.BO_ID_CUST

# 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 CAMPUS_ID Character(16) VARCHAR2(16) NOT NULL Campus ID in the Student Administration database.