MKT_TM_VENDORS

This table stores the header level information about marketing vendors. A marketing vendor is a third-party company that performs some defined work items as part of the overall business process. For example, a vendor may be an external printing and shipping company, an outsourced prospecting call center or event management company.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MKT_TM_VENDORS_PK

VENDOR_ID

Columns

Name Datatype Length Precision Not-null Comments
VENDOR_ID NUMBER 18 Yes Vendor id
VENDOR_DESC VARCHAR2 1000 Vendor description
DELV_PROF_ID NUMBER 18 Delivery profile id.
VENDOR_STATUS VARCHAR2 30 Vendor status.
ACTIVE_FLAG VARCHAR2 1 Active flag
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
VENDOR_NAME VARCHAR2 240 Yes Vendor Name
VENDOR_ADDRESS1 VARCHAR2 240 Vendor Address 1
VENDOR_ADDRESS2 VARCHAR2 240 Vendor Address 2
VENDOR_ADDRESS3 VARCHAR2 240 Vendor Address3
VENDOR_ADDRESS4 VARCHAR2 240 Vendor Address4
VENDOR_CITY VARCHAR2 60 Vendor City
VENDOR_STATE VARCHAR2 60 Vendor State
VENDOR_POSTAL_CODE VARCHAR2 60 Vendor Postal Code
VENDOR_COUNTRY VARCHAR2 2 Vendor Country
VENDOR_FAX_NUMBER VARCHAR2 60 VENDOR_FAX_NUMBER
CONTACT_NAME VARCHAR2 240 Contact Name
CONTACT_PHONE_NUMBER VARCHAR2 60 Contact Phone number
CONTACT_EMAIL_ADDRESS VARCHAR2 2000 Vendor Contact Email Address
VENDOR_CODE VARCHAR2 64 Yes Vendor Code
SEEDED_FLAG VARCHAR2 1 Yes Seeded flag
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_TM_VENDORS mkt_tm_dlv_profile DELV_PROF_ID
mkt_tm_treatments mkt_tm_vendors VENDOR_ID
mkt_tm_dlv_profile mkt_tm_vendors VENDOR_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_TM_VENDORS_N1 Non Unique Default LAST_UPDATE_DATE
MKT_TM_VENDORS_PK Unique Default VENDOR_ID, ORA_SEED_SET1
MKT_TM_VENDORS_PK1 Unique Default VENDOR_ID, ORA_SEED_SET2
MKT_TM_VENDORS_U1 Unique Default VENDOR_CODE, ORA_SEED_SET1
MKT_TM_VENDORS_U11 Unique Default VENDOR_CODE, ORA_SEED_SET2