OSS_BATCH_ITEMS

This table is used to capture information on each batch item run for the async action ess job.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_BATCH_ITEMS_PK

BATCH_ITEM_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ITEM_ID NUMBER 18 Yes Identifies the identifier for the batch item row.
FLOW_SEQUENCE NUMBER 18 Identifies the flow sequence of a given flow type.
SUB_BATCH_ID NUMBER 18 Yes Identifies the identifier of the parent sub batch row.
BATCH_ID NUMBER 18 Yes Identifies the identifier of the parent batch job.
OBJECT_TYPE VARCHAR2 30 Identifies the type of object on which the job is being executed.
OBJECT_ID NUMBER 18 Identifies the identifier of the object type.
OBJECT_NUMBER VARCHAR2 30 Identifies the PUID of the object type.
BATCH_ITEM_STATUS VARCHAR2 30 Identifies the status of the batch item. Can have values 0 (New), 1 (Success) and 2 (Error).
BATCH_REQUEST_ID NUMBER 18 Identifies the request id of the parent batch.
SUB_BATCH_REQUEST_ID NUMBER 18 Identifies the request id of the parent sub batch.
SUBSCRIPTION_ID NUMBER 18 Identifies the subscription id for the item being processed.
PRODUCT_ID NUMBER 18 Identifies the product id for the item being processed.
PRODUCT_ASSOCIATION_ID NUMBER 18 Identifies the product association id for the item being processed.
BILL_LINE_ID NUMBER 18 Identifies the Bill line id for the item being processed.
PROCESSING_ERROR VARCHAR2 4000 Identifies the error details for the process.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
OSS_BATCH_ITEMS oss_batches BATCH_ID
OSS_BATCH_ITEMS oss_sub_batches SUB_BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
OSS_BATCH_ITEMS_N1 Non Unique Default BATCH_ID, SUB_BATCH_ID
OSS_BATCH_ITEMS_N2 Non Unique Default SUB_BATCH_ID, BATCH_ITEM_STATUS
OSS_BATCH_ITEMS_N4 Non Unique Default SUBSCRIPTION_ID, BATCH_ID
OSS_BATCH_ITEMS_PK Unique Default BATCH_ITEM_ID