RSF_LE_PART_VW(SQL View) |
Index Back |
---|---|
Lead Partner ViewKeeps track of the Partner based on Lead |
SELECT A.LEAD_ID , A.BO_ID_CUST , B.BO_NAME , A.CUST_ID , A.CONTACT_ID , A.BO_ID_CONTACT FROM PS_RSF_LE_PARTNER A , PS_RSF_BO_PARTN_VW B WHERE A.BO_ID_CUST = B.BO_ID_CUST |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LEAD_ID | Character(15) | VARCHAR2(15) NOT NULL | Used by Sales Force Automation, this field uniquely identifies a Sales Lead. |
2 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL |
This field stores the Business Object ID for the customer.
Prompt Table: RSF_BO_PARTN_VW |
3 | BO_NAME | Character(50) | VARCHAR2(50) NOT NULL | Name Description of Business Object |
4 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
5 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL |
Contact Identifier for Treasury Contacts
Prompt Table: RSF_PARNTCONTVW |
6 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |