CJM_ESS_JOBS_HISTORY

This table contains information on the last successful completion of Channel ESS jobs. Example, It is used to maintain CJM_CREATE_ACCRUALS ESS job history for the given Business_unit_id.

Details

  • Schema: FUSION

  • Object owner: CJM

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CJM_ESS_JOBS_HISTORY_PK

JOB_HISTORY_ID

Columns

Name Datatype Length Precision Not-null Comments
JOB_HISTORY_ID NUMBER 18 Yes Unique Identifier for this table.
ESS_REQUEST_ID NUMBER 18 Yes Unique identifier for ESS requests.
ESS_JOB_CODE VARCHAR2 200 Yes The ESS job code used, for example, "CjmCreateAccrualsJob" for Create Accruals job.
JOB_RUN_START_DATE TIMESTAMP Job run start time for the ESS job.
JOB_RUN_END_DATE TIMESTAMP Job completion time for the ESS job.
BU_PARAM_ID NUMBER 18 Business Unit ID that is used as the input parameter for the ESS job.
PARAMETER2_NAME VARCHAR2 255 Indicates the internal code of the parameter used for the ESS job.
PARAMETER2_VALUE VARCHAR2 255 Indicates the parameter value selected while executing the ESS job.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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
cjm_ess_jobs_history_U1 Unique Default JOB_HISTORY_ID