RC_ALT_SITE_VW1(SQL View) |
Index Back |
---|---|
View used on case search pageView used as deep query" on case search page when user do a search by site altername name. |
SELECT C.BO_NAME_AC , A.SYNCID FROM PS_BC A , PS_RD_SITE B , PS_BO_NAME C WHERE A.BO_ID = B.BO_ID_PARENT AND B.BO_ID = C.BO_ID AND C.PRIMARY_IND = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_NAME_SITE_AC | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
2 | 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. |