RSEC_DQ_S_C_VW(SQL View) |
Index Back |
---|---|
Deep query Customer Security PThis is a deep query view of all view list the customers that belong to a Security Profile. |
SELECT A.SYNCID , E.BO_ID , E.BO_NAME FROM PS_RSEC_PROFILEDFN A , PS_RSEC_PROFILEVDM B , PS_RSEC_VIEW_DEFN C , PS_RSEC_VL_CUST D , PS_BO E WHERE A.RSEC_PROFILE_ID = B.RSEC_PROFILE_ID AND B.RSEC_VIEW_ID = C.RSEC_VIEW_ID AND C.RSEC_VIEW_ID = D.RSEC_VIEW_ID AND D.BO_ID = E.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_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
3 | BO_NAME_CUST | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |