RC_SRCH_HE_VW(SQL View) |
Index Back |
---|---|
View for searching customersView created for Config Search, used as "deep query" for searching cases of a specific customer on search case page. |
SELECT B.BO_NAME_DISPLAY , B.BO_NAME_DISP_UPPER , B.BO_ID , C.ROLE_TYPE_ID , A.SYNCID FROM PS_RC_CASE A , PS_BO_NAME B , PS_BO_ROLE C WHERE A.BO_ID_CUST = B.BO_ID AND A.BO_ID_CUST = C.BO_ID AND B.BO_NAME <> ' ' AND B.PRIMARY_IND IN ('Y' ,'N','') AND C.ROLE_TYPE_ID IN (2, 4, 9) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
2 | BO_NAME_DISP_UPPER | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object in Upper |
3 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
4 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |
5 | 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. |