END_DT_TM |
DATETIME |
Y |
The date and time the Cleanup Script Ended. |
GROUP_NAME |
VARCHAR(50) |
Y |
A name assigned to a group of clean up scripts that ran together. |
MASTER_LOG_FILE_NAME |
VARCHAR(100) |
Y |
Name of the master log file for the execution. |
PARAMETERS_TXT |
VARCHAR(200) |
Y |
The set of parameters that were sent to the cleanup job. |
PERSON_ID |
DOUBLE |
Y |
Uniquely identifies the person related to this record. |
RVR_CLEANUP_CONFIG_ID |
DOUBLE |
Y |
Uniquely identifies the related row on the RVR_CLEANUP_CONFIG table. |
RVR_CLEANUP_LOG_ID |
DOUBLE |
N |
A system generated number to uniquely identify a row on the RVR_CLEANUP_LOG table. |
START_DT_TM |
DATETIME |
Y |
The date and time the cleanup started. |
UPDATED_ROWS_CNT |
DOUBLE |
Y |
Count of rosw updated by the cleanup. |
UPDT_APPLCTX |
DOUBLE |
Y |
The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_CNT |
DOUBLE |
Y |
Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_DT_TM |
DATETIME |
Y |
The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_ID |
DOUBLE |
Y |
The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |
UPDT_TASK |
DOUBLE |
Y |
The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic. |