RSEC_SL_PTNR_VW(SQL View) |
Index Back |
---|---|
Membership List RecordsContains all records that are defined as 'Membership List' records for application security. |
SELECT A.SYNCID , A.BO_ID FROM PS_RD_COMPANY A , PS_BO_NAME B , PS_RD_PARTNER C , PS_RD_PR_PGM D , PS_RD_PR_PROG E WHERE A.BO_ID = B.BO_ID AND A.BO_ID = C.BO_ID AND A.BO_ID = D.BO_ID AND B.PRIMARY_IND = 'Y' AND D.PRIMARY_IND = 'Y' AND D.PARTNER_PGM_ID = E.PARTNER_PGM_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RSEC_REL_SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The related synchronization id stores the syncid of the primary record of the security object. This field is used in creating the security list record. |
2 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |