DTW_CTR_COMPENSATING_BUNDLE_ENTRY


Description

Store bundle compensation information

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID CHAR 36 null

Unique identifier

BUNDLE_ID CHAR 36 null
DTW_CTR_BUNDLE.ID DTW_CTR_COMPENSATING_BUNDLE_ENTRY_B_FK C

The Bundle id

ENTRY_ORIGINATOR VARCHAR 64 null

What system has originally created this entry batch

ENTRY_CORRELATION_ID VARCHAR 128 null

The actual correlation ID

ACCOUNT_KEY VARCHAR 64 null

Branch and account number

STATUS VARCHAR 25 null

Processing status (possible values: NEW, ERROR, PROCESSED)

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the bundle compensating entry was created

UPDATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the bundle compensating entry was lastly updated

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_CTR_COMPENSATING_BUNDLE_ENTRY_ACC_CORR_IDX Performance Asc/Asc/Asc ACCOUNT_KEY + ENTRY_CORRELATION_ID + ENTRY_ORIGINATOR
DTW_CTR_COMPENSATING_BUNDLE_ENTRY_BDL_IDX Performance Asc BUNDLE_ID

Relationships