MKL_LEAD_HZ_SYNC_JOBS
Table to update leads with most recent Contact and Account information.
Details
-
Schema: FUSION
-
Object owner: MKL
-
Object type: TABLE
-
Tablespace: DEFAULT
Primary Key
| Name | Columns |
|---|---|
|
MKL_LEAD_HZ_SYNC_JOBS_PK |
SYNC_JOB_DETAIL_ID, ESS_REQUEST_ID, PARTY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SYNC_JOB_DETAIL_ID | NUMBER | 18 | Yes | Identifier to identify the unique row for the request. | |
| ESS_REQUEST_ID | NUMBER | 18 | Yes | Identifier with which the ESS request is identified. | |
| PARTY_ID | NUMBER | 18 | Yes | Identifier for the contact and account. | |
| PARTY_USAGE_CODE | VARCHAR2 | 30 | Unique identifier of party usage assigned to the party. | ||
| JOB_ROW_STATUS | VARCHAR2 | 30 | Status of the row being processed | ||
| 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MKL_LEAD_HZ_SYNC_JOBS_N1 | Non Unique | DEFAULT | PARTY_USAGE_CODE, JOB_ROW_STATUS |
| MKL_LEAD_HZ_SYNC_JOBS_PK | Unique | DEFAULT | SYNC_JOB_DETAIL_ID, ESS_REQUEST_ID, PARTY_ID |