RD_OLD_MBR_VW(SQL View) |
Index Back |
---|---|
Contact Group MemberContact Group Member Table. This record is used in "My Contacts" Component. |
SELECT C.OPRID , C.RD_GROUP_ID , A.BO_ID , A.SYNCID FROM PS_RD_PERSON A , PS_RD_GRP_MBR B , PS_RD_CNTCT_GROUP C WHERE A.BO_ID = B.BO_ID AND B.RD_GROUP_ID = C.RD_GROUP_ID AND B.OPRID = C.OPRID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | RD_GROUP_ID | Number(6,0) | INTEGER NOT NULL | Contact Group ID used to identify a group of Contacts. |
3 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
4 | 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. |