RSF_LE_COMP_VW(SQL View) |
Index Back |
---|---|
Lead Competitor search viewUsed by configurable search to search for competitors on a Lead |
SELECT L.SYNCID , B.BO_NAME_DISPLAY FROM PS_RSF_LEAD L , PS_RSF_LEAD_COMP C , PS_BO_NAME B WHERE L.LEAD_ID = C.LEAD_ID AND C.BO_ID_CUST = B.BO_ID 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_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |