OKC_K_HEADER_SUBMITTED_JOBS_H

This contract level ESS jobs tracker will capture information of ESS jobs triggered for a contract like contract id, Ess job name, id etc for purged contracts.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OKC_K_HEADER_SUBMIT_JOBS_H_PK

ID

Columns

Name Datatype Length Precision Not-null Comments
ID NUMBER 18 Yes Unique identifier that distinctly identifies each job record in the table.
ESS_JOB_ID NUMBER 18 Identifier representing the ESS job execution instance associated with this record.
DNZ_CHR_ID NUMBER 18 Yes Reference identifier linking this job record to the associated contract header.
FLOW_NAME VARCHAR2 100 Yes Name of the submitted flow that defines the execution process for this job.
JOB_STATUS VARCHAR2 100 Current status indicating the execution state of the ESS job at runtime.
LATEST_FLAG VARCHAR2 1 Flag indicating whether this job record represents the latest execution for the contract.
AGENT_JOB_ID VARCHAR2 50 Identifier representing the Agent execution instance associated with this record.
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.
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.

Indexes

Index Uniqueness Tablespace Columns
OKC_K_HEADER_SUBMIT_JOBS_H_N1 Non Unique Default DNZ_CHR_ID, FLOW_NAME, LATEST_FLAG
OKC_K_HEADER_SUBMIT_JOBS_H_PK Unique Default ID