RF_PTCNT_SRH_VW(SQL View) |
Index Back |
---|---|
Partner Contact Search ViewUsed to retrieve partner contacts associated with installed products for deep query results on installed product configurable search. |
SELECT A.SYNCID , B.BO_NAME_DISPLAY , A.BO_ID_PTNR_CNT , A.ROLETYPE_PTNR_CNT FROM PS_RF_INST_PROD A , PS_BO_NAME B WHERE B.BO_ID = A.BO_ID_PTNR_CNT AND B.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 | BO_NAME_DISP_PTCT | Character(80) | VARCHAR2(80) NOT NULL | Contact name for a particular Partner. |
3 | BO_ID_PTNR_CNT | Signed Number(32,0) | DECIMAL(31) NOT NULL | Partner Contact Business Object ID. |
4 | ROLETYPE_PTNR_CNT | Number(12,0) | DECIMAL(12) NOT NULL | Role Type Partner Contact |