DW_SUPPLIER_CONTACTS_D
This table stores information about supplier contacts.
Details
Module: Supplier Model
Key Columns
SUPPLIER_ID, CONTACT_PARTY_ID
Columns
| Name | Datatype | Length | Precision | Not Null | Comments | Referred Table | Referred Column |
|---|---|---|---|---|---|---|---|
| SUPPLIER_ID | NUMBER | 38 | 0 | True | Supplier unique identifier | ||
| CONTACT_PARTY_ID | NUMBER | 38 | 0 | True | Party Identifier of contact | DW_PARTY_D | PARTY_ID |
| SOURCE_RECORD_ID | VARCHAR2 | 128 | This column is for Oracle Internal use only. System generated Unique Identifier. | ||||
| CONTACT_TITLE | VARCHAR2 | 64 | A professional or family title. | ||||
| CONTACT_FIRST_NAME | VARCHAR2 | 256 | First name of the person | ||||
| CONTACT_MIDDLE_NAME | VARCHAR2 | 64 | Middle name of the person | ||||
| CONTACT_LAST_NAME | VARCHAR2 | 256 | Last or surname of the person | ||||
| EFFECTIVE_START_DATE | DATE | Date at the start of the date range within which the row is effective. | |||||
| EFFECTIVE_END_DATE | DATE | Date at the end of the date range within which the row is effective. | |||||
| JOB_TITLE | VARCHAR2 | 128 | Job Title | ||||
| PHONE_AREA_CODE | VARCHAR2 | 32 | The area code within a country code. | ||||
| PHONE_NUMBER | VARCHAR2 | 64 | A telephone number formatted in the local format. | ||||
| CREATION_DATE | TIMESTAMP | The date and time of the creation of the row | |||||
| LAST_UPDATE_DATE | TIMESTAMP | The date and time of the last update of the row. |