RSF_LE_CNTCT_VW(SQL View) |
Index Back |
|---|---|
Lead Contacts ViewView of all Sales Lead Contacts |
| SELECT L.SYNCID , L.LEAD_ID , C.CONTACT_NAME , C.BO_NAME_DISPLAY , %Upper(C.BO_NAME_DISPLAY) , C.BO_NAME_CONTACT_AC , C.BO_ID_CONTACT ,C.CONTACT_ID ,C.COUNTRY_CODE ,C.WORK_PHONE ,C.EMAILID , C.ROLE_TYPE_ID_CNTCT , C.PRIMARY_FLAG FROM PS_RSF_LEAD L , PS_RSF_LE_CNTCT_V2 C WHERE L.LEAD_ID = C.LEAD_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 | LEAD_ID | Character(15) | VARCHAR2(15) NOT NULL | Used by Sales Force Automation, this field uniquely identifies a Sales Lead. |
| 3 | CONTACT_NAME | Character(50) | VARCHAR2(50) NOT NULL | The individual contact name associated with a given bank/counterparty. |
| 4 | BO_NAME_DISPLAY_2 | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |
| 5 | BO_NAME_DISP_UPPER | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object in Upper |
| 6 | BO_NAME_CONTACT_AC | Character(50) | VARCHAR2(50) NOT NULL | Alt-Char Contact Name |
| 7 | BO_ID_CNTCT | Number(31,0) | DECIMAL(31) NOT NULL | This field represents the business object ID for a Contact |
| 8 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
| 9 | COUNTRY_CODE | Character(3) | VARCHAR2(3) NOT NULL | This field stores the Country Code values. |
| 10 | WORK_PHONE | Character(24) | VARCHAR2(24) NOT NULL | Work Phone |
| 11 | EMAILID | Character(70) | VARCHAR2(70) NOT NULL | A user's E-mail address |
| 12 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the contact |
| 13 | PRIMARY_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Primary |