EGI_CONFIRMATIONS

Table to store confirmation message sent in resopnse to the subscription received from data pools.

Details

  • Schema: FUSION

  • Object owner: EGI

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EGI_CONFIRMATIONS_PK

CONFIRMATION_ID

Columns

Name Datatype Length Precision Not-null Comments
CONFIRMATION_ID NUMBER 18 Yes Unique Identifier of a confirmation message(CIC)
CONFIRMATION_PUBLISH_STATUS VARCHAR2 30 Status of the confirmaton message. Valisd values are CIC_READY/CIC_PUBLISHED.
CONFIRMATION_NUMBER VARCHAR2 80 Yes Unique Identifier of a confirmation message(CIC)
CONFIRMATION_TYPE VARCHAR2 30 Yes Type of the confirmation message. Valid values are ACCEPT/REJECT/REVIEW/SYNC.
DATE_SENT TIMESTAMP Time at which the confirmation message was sent
NOTIFICATION_ID NUMBER 18 Yes Unique identifier of the notification (CIN) associated with this confirmation.
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.
ACK_STATUS VARCHAR2 30 Acknowledgement status sent for the CIC
BATCH_ID NUMBER 18 Id of the Batch processing the corresponding bundle.
ACK_RECEIVED_DATE TIMESTAMP Time at which Acknowledgement for the CIC was received
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
EGI_CONFIRMATIONS egi_notifications NOTIFICATION_ID
egi_confirmation_gtins egi_confirmations CONFIRMATION_ID

Indexes

Index Uniqueness Tablespace Columns
EGI_CONFIRMATIONS_N1 Non Unique Default NOTIFICATION_ID
EGI_CONFIRMATIONS_N2 Non Unique Default BATCH_ID, CONFIRMATION_PUBLISH_STATUS
EGI_CONFIRMATIONS_U1 Unique Default CONFIRMATION_ID
EGI_CONFIRMATIONS_U2 Unique Default CONFIRMATION_NUMBER