RSEC_BO_PRTC_VW(SQL View) |
Index Back |
---|---|
Partner Contact ViewThis is view that pulls in all Partner Contacts |
SELECT C.BO_ID , C.BO_NAME , D.BO_NAME_DISPLAY , R.REL_TYPE_ID , B.BO_ID , B.BO_NAME , T.DESCR , C.SYNCID FROM PS_BO C , PS_BO_NAME D , PS_BO_REL R , PS_BO_REL_TYPE T , PS_BO B WHERE C.BO_ID = D.BO_ID AND D.PRIMARY_IND = 'Y' AND C.BO_ID = R.BO_ID_1 AND R.ROLE_TYPE_ID_1 = 8 AND R.ROLE_TYPE_ID_2 = 11 AND R.REL_TYPE_ID IN (46, 47) AND R.BO_ID_2 = B.BO_ID AND R.REL_TYPE_ID = T.REL_TYPE_ID AND R.START_DT <= %CurrentDateIn AND R.END_DT > %CurrentDateIn |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
3 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
4 | REL_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Relationship Type ID |
5 | BO_ID_1 | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID 1 |
6 | BO_NAME_1 | Character(50) | VARCHAR2(50) NOT NULL | BO Name 1 |
7 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
8 | 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. |