LOY_MEM_BLKAD_DETAIL

This table stores the membership bulk administration history detail data.

Details

  • Schema: FUSION

  • Object owner: LOY

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

LOY_MEM_BLKAD_DETAIL_PK

BULK_ADMIN_DTL_ID

Columns

Name Datatype Length Precision Not-null Comments
BULK_ADMIN_DTL_ID NUMBER 18 Yes Who Column: Primary Key. Bulk Administration Details Id
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
REJECTION_REASON VARCHAR2 1000 Rejection reason of the processed member record in bulk action.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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.
CONFLICT_ID NUMBER 18 Yes Disconnected Mobile: this value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server).
BULK_ADMIN_ID NUMBER 18 Yes Loyalty Bulk Administration ID
LOY_MEMBER_ID NUMBER 18 Yes Loyalty Member ID
STATUS_CODE VARCHAR2 30 Yes Member Record Processing Status Code
BULK_ADMIN_CHILD_ID NUMBER 18 Yes Loyalty Bulk Administration Child Process ID : Specifies the child process id which were triggered by the main bulk administration process

Foreign Keys

Table Foreign Table Foreign Key Column
LOY_MEM_BLKAD_DETAIL loy_mem_blkad BULK_ADMIN_ID
LOY_MEM_BLKAD_DETAIL loy_member LOY_MEMBER_ID

Indexes

Index Uniqueness Tablespace Columns
LOY_MEM_BLKAD_DETAILS_U1 Unique FUSION_TS_TX_DATA BULK_ADMIN_DTL_ID
LOY_MEM_BLKAD_DETAIL_FK2 Non Unique FUSION_TS_TX_DATA LOY_MEMBER_ID
LOY_MEM_BLKAD_DETAIL_U1 Unique Default BULK_ADMIN_ID, LOY_MEMBER_ID, CONFLICT_ID