OSS_USAGE_EVENT_BATCHES

This table is used to catch batching information about usage rating ess job.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

oss_usage_event_batches_PK

BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Unique identifier usage rating batch.
BATCH_NUMBER VARCHAR2 120 Alternate identifier usage rating batch.
BATCH_DESCRIPTION VARCHAR2 2000 Batch description of usage rating batch.
BATCH_STATUS VARCHAR2 30 Batch status of usage rating batch.
BATCH_PROCESS_STATUS VARCHAR2 30 Files used to captured process status of usage rating batch.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
TRUEUP_FLAG VARCHAR2 1 This column indicates whether the batch can be used for creating usage events for the true-up process.
END_DATE DATE It records the end date of the batch.
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
OSS_USAGE_EVENT_BATCHES_N2 Non Unique Default TRUEUP_FLAG, END_DATE
oss_usage_event_batches_N1 Non Unique Default BATCH_STATUS
oss_usage_event_batches_U1 Unique Default BATCH_ID
oss_usage_event_batches_U2 Unique oss_usage_event_batches_U2 BATCH_NUMBER