RIM_LE_CONTACTS(SQL View) |
Index Back |
|---|---|
Lead ContactsThis view is used to show the Lead Contact information |
| SELECT A.LEAD_ID , A.SEQNUM ,A.CONTACT_ID , A.BO_ID_CONTACT , A.PRIMARY_FLAG , B.BO_NAME_DISPLAY FROM PS_RSF_LE_CONTACTS A , PS_BO_NAME B WHERE A.BO_ID_CONTACT = B.BO_ID |
| # | 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 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
| 3 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
| 4 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL | This field indicates the Business Object ID for the contact. |
| 5 | PRIMARY_FLAG | Character(1) | VARCHAR2(1) NOT NULL | Primary |
| 6 | BO_NAME_DISPLAY | Character(80) | VARCHAR2(80) NOT NULL | Full name of the Business Object |