RSEC_DQ_S_P_VW(SQL View) |
Index Back |
---|---|
Deep query Partner Security PrThis is a deep query view of all membership list of partner that belong to a Security Profile. |
SELECT A.SYNCID , E.BO_ID , E.BO_NAME FROM PS_RSEC_PROFILEDFN A , PS_RSEC_PROFILEMDM B , PS_RSEC_MEMBERDEFN C , PS_RSEC_ML_PARTNER D , PS_BO E WHERE A.RSEC_PROFILE_ID = B.RSEC_PROFILE_ID AND B.RSEC_MEMBER_ID = C.RSEC_MEMBER_ID AND C.RSEC_MEMBER_ID = D.RSEC_MEMBER_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_PARTNER | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID of Partner Company. |
3 | BO_NAME_PARTNER | Character(50) | VARCHAR2(50) NOT NULL | BO_NAME_PARTNER |