RO_SEARCH_CT_VW(SQL View) |
Index Back |
---|---|
Search Contact ViewThis view is used for search contact |
SELECT H.SYNCID , B.BO_ID , N.BO_NAME , N.NAME_AC , N.BO_NAME_DISPLAY , N.BO_NAME_DISP_UPPER , B.PROFILE_CM_SEQ , B.ROLE_TYPE_ID FROM PS_RO_HEADER H , PS_RO_BOID B , PS_BO_NAME N WHERE H.CAPTURE_ID = B.CAPTURE_ID AND B.BO_ID=N.BO_ID AND B.ROLE_TYPE_ID=8 UNION SELECT DISTINCT H1.SYNCID , R.BO_ID_1 , N1.BO_NAME , N1.NAME_AC , N1.BO_NAME_DISPLAY , N1.BO_NAME_DISP_UPPER , 0 , R.ROLE_TYPE_ID_1 FROM PS_RO_HEADER H1 , PS_RO_BOID B1 , PS_BO_NAME N1 , PS_BO_REL R WHERE H1.CAPTURE_ID = B1.CAPTURE_ID AND B1.BO_ID = R.BO_ID_2 AND R.BO_ID_1=N1.BO_ID AND R.ROLE_TYPE_ID_1=8 |
# | 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_CNTCT | Number(31,0) | DECIMAL(31) NOT NULL | This field represents the business object ID for a Contact |
3 | BO_NAME_CONTACT | Character(50) | VARCHAR2(50) NOT NULL | BO_NAME_CONTACT |
4 | NAME_AC | Character(50) | VARCHAR2(50) NOT NULL | Name (Alternate Character) |
5 | BO_NAME_DISPLAY_1 | Character(80) | VARCHAR2(80) NOT NULL | This field represents the Display Name for a business object |
6 | BO_NAME_DISP_UPPER | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object in Upper |
7 | PROFILE_CM_SEQ | Number(31,0) | DECIMAL(31) NOT NULL | The Contact Method Profile ID is a key field that is used to reference the details of a Contact Method in various CM tables. |
8 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |