EDR_RELATED_EVENT_MAPPING

Stores the configuration that maps Electronic Records related events between a parent transaction type and one or more child transaction types participating in the eSignature flow.

Details

  • Schema: FUSION

  • Object owner: EDR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EDR_RELATED_EVENT_MAPPING_PK

EDR_RELATED_EVENT_ID

Columns

Name Datatype Length Precision Not-null Comments
EDR_RELATED_EVENT_ID NUMBER 18 Yes This is the primary key and its value is an application generated unique id. It is used to uniquely identify the related event mapping record.
PARENT_TRANSACTION_TYPE_CODE VARCHAR2 30 Yes Transaction code identifying the parent transaction type in the mapping.
CHILD_TRANSACTION_TYPE_CODE VARCHAR2 30 Yes Transaction code identifying the child transaction type linked to the parent.
CHILD_SIGNATURE_TYPE VARCHAR2 30 Indicates the child signature type, which controls how the approval will be stamped for the child transaction.
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
EDR_RELATED_EVENT_MAPPING edr_transaction_types_b PARENT_TRANSACTION_TYPE_CODE
EDR_RELATED_EVENT_MAPPING edr_transaction_types_b CHILD_TRANSACTION_TYPE_CODE

Indexes

Index Uniqueness Tablespace Columns
EDR_RELATED_EVENT_MAPPING_N01 Non Unique Default PARENT_TRANSACTION_TYPE_CODE
EDR_RELATED_EVENT_MAPPING_N02 Non Unique Default CHILD_TRANSACTION_TYPE_CODE
EDR_RELATED_EVENT_MAPPING_U1 Unique Default EDR_RELATED_EVENT_ID