RD_CU_LETM_D_VW

(SQL View)
Index Back

customer as Lead Team Member V

customer as Lead Team Member View. It lists all the customers with role type = 2 (comany) or 9 (consumer).

SELECT A.SYNCID , C.PERSON_ID FROM PS_BO_ROLE A , PS_RSF_LEAD B , PS_RSF_LE_SLSREP C WHERE B.LEAD_ID = C.LEAD_ID AND B.BO_ID_CUST = A.BO_ID AND A.ROLE_TYPE_ID IN (2, 9)

# 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 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID