RD_DQ_SL_NAM_VW

(SQL View)
Index Back

Service Location Config Search

The record is used for Service Location Configurable Search. It should not have any key.

SELECT C.SYNCID , A.BO_ID , B.BO_NAME , B.BO_NAME_AC , B.BO_NAME_UPPER FROM PS_RDFSITE_VW A , PS_BO_NAME B , PS_RD_SITE C WHERE A.BO_ID = B.BO_ID AND A.BO_ID = C.BO_ID AND A.SERVICE_LOC_SW = 'Y' AND A.FSI_SITE_STATUS IN ('1', '3')

# 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 BO_NAME Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
4 BO_NAME_AC Character(50) VARCHAR2(50) NOT NULL Name Description of Business Object
5 BO_NAME_SRCH Character(50) VARCHAR2(50) NOT NULL BO_NAME_SRCH