RO_SRCH_PTCT_VW(SQL View) |
Index Back |
---|---|
Search view, Partner Contact.This is the Search view for Partner Contact, used in Configurable search. |
SELECT H.SYNCID , H.SYNCDTTM , 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 H.UID20F_PARTNERC = B.UID20 AND B.BO_ID=N.BO_ID AND B.ROLE_TYPE_ID=8 AND N.PRIMARY_IND = 'Y' |
# | 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 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
3 | BO_ID_PART_CONT | Signed Number(32,0) | DECIMAL(31) NOT NULL | This is the business object identifier for the partner contact. |
4 | BO_NAME_PART_CNT | Character(50) | VARCHAR2(50) NOT NULL | Contact name for a particular Partner. |
5 | BO_NAME_PARTCNT_AC | Character(50) | VARCHAR2(50) NOT NULL | Partner Contact Name in Alternate Characters. |
6 | BO_NAME_DISPLAY_3 | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
7 | BO_NAME_DISP_UPPER | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object in Upper |
8 | 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. |
9 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |