This table requires activation of Salesforce CRM Pipeline functional area. DW_SF_CONTACT_D
Module:
CONTACT_ID
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| CONTACT_ID | VARCHAR2 | 32 | True | Primary key | |||
| SOURCE_RECORD_ID | VARCHAR2 | 32 | This column is for Oracle Internal use only. SOURCE_RECORD_ID | ||||
| ACCOUNT_ID | VARCHAR2 | 32 | ID of the account thats the parent of this contact. | ||||
| ASSISTANT_NAME | VARCHAR2 | 64 | The assistants name. | ||||
| CLEAN_STATUS | VARCHAR2 | 64 | Indicates the records clean status as compared | ||||
| CREATED_DATE | TIMESTAMP | Creation Date - Audit column | |||||
| CURRENCY_ISO_CODE | VARCHAR2 | 16 | Available only for organizations with the multicurrency feature enabled. Contains the ISO code for any currency allowed by the organization. | ||||
| DEPARTMENT | VARCHAR2 | 128 | The contacts department. | ||||
| DESCRIPTION | VARCHAR2 | 999 | A description of the contact | ||||
| VARCHAR2 | 128 | The contacts email address. | |||||
| EMAIL_BOUNCED_DATE | TIMESTAMP | If bounce management is activated and an email sent to the contact bounces, the date and time of the bounce. | |||||
| EMAIL_BOUNCED_REASON | VARCHAR2 | 512 | If bounce management is activated and an email sent to the contact bounces, the reason for the bounce | ||||
| FIRST_NAME | VARCHAR2 | 64 | The contacts first name | ||||
| IS_DELETED | VARCHAR2 | 16 | Indicates whether the object has been moved to the Recycle Bin (true) or not (false) | ||||
| IS_EMAIL_BOUNCED | VARCHAR2 | 16 | If bounce management is activated and an email is sent to a contact, indicates whether the email bounced (true) or not (false). | ||||
| IS_PERSON_ACCOUNT | VARCHAR2 | 16 | Indicates whether this account has a record type of Person Account (true) or not (false) | ||||
| LAST_ACTIVITY_DATE | DATE | Value is the most recent of either:Due date of the most recent event logged against the record.Due date of the most recently closed task associated with the record. | |||||
| LAST_MODIFIED_DATE | TIMESTAMP | Last Modfied Date - Audit column | |||||
| LAST_NAME | VARCHAR2 | 128 | The contact's last name | ||||
| LEAD_SOURCE | VARCHAR2 | 512 | The source of the lead that was converted to this contact. | ||||
| MAILING_CITY | VARCHAR2 | 64 | Mailing address details. | ||||
| MAILING_COUNTRY | VARCHAR2 | 128 | Mailing address details. | ||||
| MAILING_GEOCODE_ACCURACY | VARCHAR2 | 64 | Accuracy level of the geocode for the mailing address. | ||||
| MAILING_LATITUDE | NUMBER | Used with MailingLongitude to specify the precise geolocation of a mailing address. | |||||
| MAILING_LONGITUDE | NUMBER | Used with MailingLatitude to specify the precise geolocation of a mailing address. | |||||
| MAILING_POSTAL_CODE | VARCHAR2 | 32 | Mailing address details. | ||||
| MAILING_STATE | VARCHAR2 | 128 | Mailing address details. | ||||
| MAILING_STREET | VARCHAR2 | 512 | Mailing address details. | ||||
| OTHER_CITY | VARCHAR2 | 64 | Alternate address details. | ||||
| OTHER_COUNTRY | VARCHAR2 | 128 | Alternate address details. | ||||
| OTHER_GEOCODE_ACCURACY | VARCHAR2 | 64 | Accuracy level of the geocode for the other address. | ||||
| OTHER_LATITUDE | NUMBER | Used with OtherLongitude to specify the precise geolocation of an alternate address | |||||
| OTHER_LONGITUDE | NUMBER | Used with OtherLatitude to specify the precise geolocation of an alternate address | |||||
| OTHER_POSTAL_CODE | VARCHAR2 | 32 | Alternate address details. | ||||
| OTHER_STATE | VARCHAR2 | 128 | Alternate address details. | ||||
| OTHER_STREET | VARCHAR2 | 512 | Alternate address details. | ||||
| OWNER_ID | VARCHAR2 | 32 | The ID of the owner of the account associated with this contact. | ||||
| REPORTS_TO_ID | VARCHAR2 | 32 | This field doesnt appear if IsPersonAccount is true. | ||||
| TITLE | VARCHAR2 | 128 | Title of the contact, such as CEO or Vice President. | ||||
| LAST_MODIFIED_BY_USER_ID | VARCHAR2 | 32 | contact last updated by user | ||||
| CREATED_BY_USER_ID | VARCHAR2 | 32 | Contact Created by user | ||||
| CONTACT_NAME | VARCHAR2 | 999 | Contact name |
Represents a contact, which is a person associated with an account.
Copyright © 2019, 2025, Oracle and/or its affiliates.