OKC_PURGE_HEADERS
Batch headers for the contract purges.
Details
-
Schema: FUSION
-
Object owner: OKC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
OKC_PURGE_HEADER_PK |
BATCH_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BATCH_ID | NUMBER | 18 | Yes | Primary key, unique identifier of the cpurge batch record. | |
| NAME | VARCHAR2 | 200 | User defined Name for the Batch | ||
| DESCRIPTION | VARCHAR2 | 2000 | DESCRIPTION | ||
| STS_CODE | VARCHAR2 | 30 | Yes | User status of the purge batch for e.g., Open, Submitted, Running, Terminated, Processed, etc Based on ORA_OKC_PURGE_STATUS lookup | |
| PURGE_OPTION_CODE | VARCHAR2 | 30 | Yes | purge options (based on ORA_OKC_PURGE_OPTION lookup): HISTORY - Only history versions ALL - Delete entire contract | |
| SUBMITTED_BY | VARCHAR2 | 64 | indicates the user who submitted the batch. | ||
| SUBMITION_DATE | TIMESTAMP | indicates the date and time of the purge batch submition | |||
| STARTED_DATE | TIMESTAMP | indicates the date and time of the purge batch processing started | |||
| COMPLETED_DATE | TIMESTAMP | indicates the date and time of the purge batch processing completed | |||
| 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. | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| PROGRAM_NAME | VARCHAR2 | 30 | Identifies the concurrent program. | ||
| PROGRAM_APP_NAME | VARCHAR2 | 50 | Identifies the Application name spawning the Concurrent Request. | ||
| CNT_TOTAL | NUMBER | Total Count of Contracts in the purge list | |||
| CNT_DONE | NUMBER | Count of Contracts which were processed OK | |||
| CNT_ERR | NUMBER | Count of Contracts which have errors |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| OKC_PURGE_HEADERS_U1 | Unique | FUSION_TS_TX_IDX | BATCH_ID |