MKL_LEADS_CONVERSION_JOBS
Lead Conversion Job Table. This table contains operating information of a Lead Conversion Job.
Details
-
Schema: FUSION
-
Object owner: MKL
-
Object type: TABLE
-
Tablespace: MKL_LEADS_CONVERSION_JOBS
Primary Key
| Name | Columns |
|---|---|
|
MKL_LEADS_CONVERSION_JOBS_PK |
SYNC_JOB_ITEM_ID, ESS_REQUEST_ID, LEAD_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SYNC_JOB_ITEM_ID | NUMBER | 18 | Yes | Unique identifier of the row (Primary Key). | |
| ESS_REQUEST_ID | NUMBER | 18 | Yes | Unique identifier of the ESS request. | |
| LEAD_ID | NUMBER | 18 | Yes | Identifier of the Lead which will be processed as part of the sync job. | |
| OPPORTUNITY_ID | NUMBER | 18 | Identifier of the Opportunity if the Conversion is successful. | ||
| JOB_ITEM_STATUS | VARCHAR2 | 30 | Yes | Status of the row being processed. | |
| ERROR_DESC | CLOB | Error details if Lead fails to convert. | |||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MKL_LEADS_CONVERSION_JOBS_N1 | Non Unique | Default | LEAD_ID, JOB_ITEM_STATUS |
| MKL_LEADS_CONVERSION_JOBS_PK | Unique | Default | SYNC_JOB_ITEM_ID, ESS_REQUEST_ID, LEAD_ID |