MKT_TM_DLV_PROFILE

This table stores the details about delivery profile of a vendor which are the internal communication details used for a given vendor during the campaign launch process.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MKT_TM_DLV_PROFILE_PK

DELV_PROFILE_ID

Columns

Name Datatype Length Precision Not-null Comments
DELV_PROFILE_ID NUMBER 18 Yes Delivery profile id.
SEEDED_FLAG VARCHAR2 1 Yes This flag identifies the seeded record or not
DELV_PROFILE_NUMBER VARCHAR2 64 Yes Alternate key.
CHANNEL_TYPE VARCHAR2 30 Channel type.
SUPPORTED_CHANNEL_TYPE VARCHAR2 30 Supported channel type.
BATCH_SIZE NUMBER 18 Batch size.
START_DT DATE Start date.
END_DT DATE End date.
CAPACITY_QTY NUMBER Capacity quantity.
CAPACITY_REPT_FREQ NUMBER 18 Capacity repeat frequency
CAPACITY_REPT_UNIT_CD VARCHAR2 30 Capacity repeat unit code.
RUNNING_CNT NUMBER 18 Running count.
ESS_JOB_ID NUMBER 18 ESS job id.
PROFILE_NAME VARCHAR2 250 Profile name.
DLV_PROFILE_STATUS VARCHAR2 30 Delivery profile status.
ACTIVE_FLAG VARCHAR2 1 Active flag.
FOLDER_PATH VARCHAR2 250 Folder path
DLV_DESC_TEXT VARCHAR2 1000 Delivery description text.
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_ID NUMBER 18 Vendor id.
NEXT_SCHEDULE_DT TIMESTAMP Next scheduled date for vendor fulfilment.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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_DLV_PROFILE mkt_tm_vendors VENDOR_ID
mkt_tm_dlv_prf_params mkt_tm_dlv_profile DELV_PROFILE_ID
mkt_tm_vendors mkt_tm_dlv_profile DELV_PROF_ID
mkt_tm_treatments mkt_tm_dlv_profile DELV_PROF_ID
mkt_cm_stg_treatments mkt_tm_dlv_profile DELV_PROFILE_ID
mkt_cm_stg_lstoutpts mkt_tm_dlv_profile DELV_PROFILE_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_TM_DLV_PROFILE_F1 Non Unique Default VENDOR_ID
MKT_TM_DLV_PROFILE_PK Unique Default DELV_PROFILE_ID, ORA_SEED_SET1
MKT_TM_DLV_PROFILE_PK1 Unique Default DELV_PROFILE_ID, ORA_SEED_SET2
MKT_TM_DLV_PROFILE_U1 Unique Default DELV_PROFILE_NUMBER, ORA_SEED_SET1
MKT_TM_DLV_PROFILE_U11 Unique Default DELV_PROFILE_NUMBER, ORA_SEED_SET2