DTW_TR_ENTRY_BATCH


Description

Groups entries of an account into a single batch

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID CHAR 36 null
DTW_TR_ENTRY.ENTRY_BATCH_ID DTW_TR_ENTRY_ENTRY_BATCH_FK C

Identifies the entry batch

ORIGINATOR VARCHAR 64 null

What system has originally created this entry batch

ROLE VARCHAR 7 null

The role of the given batch

ENTRY_BATCH_GROUP_ID CHAR 36 null
DTW_TR_ENTRY_BATCH_GROUP.ID DTW_TR_ENTRY_BATCH_GROUP_FK C

Identifies the entry batch

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_TR_ENTRY_BATCH_GROUP_IDX Performance Asc ENTRY_BATCH_GROUP_ID

Relationships