CEL_POST_RUN

Stores details of runs of transfer process.

Details

  • Schema: FUSION

  • Object owner: CEL

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CEL_POST_RUN_PK

RUN_ID

Columns

Name Datatype Length Precision Not-null Comments
RUN_ID NUMBER 18 Yes Transfer process run identifier
TYPE_CODE VARCHAR2 30 Code to indicate the type of run
PROGRAM_ID NUMBER 18 Yes Program identifier
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
STATUS_CODE VARCHAR2 30 Yes Status code
START_DATE TIMESTAMP Start date
END_DATE TIMESTAMP End date
COUNT_ALL NUMBER 18 Count of all recognitions picked up for processing in the transfer process run
COUNT_SUCCESS NUMBER 18 Count of recognitions successfully posted in the transfer process run
COUNT_FAILURE NUMBER 18 Count of recognitions that failed to post in the transfer process run
SUBMITTED_PERSON_ID NUMBER 18 Identifier of person who submitted the transfer process
TRIAL_FLAG VARCHAR2 1 Flag that indicates if the transfer process run was a trial run
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.
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
CEL_POST_RUN_N1 Non Unique Default PROGRAM_ID
CEL_POST_RUN_PK Unique Default RUN_ID