RSF_LEAD_BO_VW(SQL View) |
Index Back |
---|---|
BO References From LeadView of all BO References from Sales Leads |
SELECT DISTINCT B.SYNCID , MAP.OPRID FROM PS_RAM_MAP_LEAD MAP , PS_RSF_LEAD LEAD , PS_BO B WHERE MAP.LEAD_ID = LEAD.LEAD_ID AND ( LEAD.BO_ID_PERSON = B.BO_ID OR LEAD.BO_ID_CUST = B.BO_ID OR LEAD.BO_ID_SITE = B.BO_ID OR LEAD.BO_ID_PARTNER = B.BO_ID OR LEAD.BO_ID_PART_CONT = B.BO_ID OR LEAD.BO_ID_REFERRED_BY = B.BO_ID OR LEAD.BO_ID_CONTACT = B.BO_ID ) |
# | 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 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |