RSF_LE_PRTNR_VW(SQL View) |
Index Back |
---|---|
Lead Partner ViewView of all Sales Lead Partners |
SELECT L.SYNCID , P.BO_NAME_PARTNER , B.NAME_AC , P.BO_ID_CUST ,P.ROLE_TYPE_ID_CUST FROM PS_RSF_LEAD L , PS_RSF_LE_PARTNER P , PS_BO_NAME B WHERE L.LEAD_ID = P.LEAD_ID AND B.BO_ID = P.BO_ID_CONTACT 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_PARTNER | Character(50) | VARCHAR2(50) NOT NULL | BO_NAME_PARTNER |
3 | BO_NAME_PARTNER_AC | Character(50) | VARCHAR2(50) NOT NULL | This field stores the Partner name in Alternate Character format. |
4 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL | This field stores the Business Object ID for the customer. |
5 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the customer |