EGO_CHANGE_AUDIT_REDLINE_ATTRS

This table stores one row for EACH OF the redline attributes of the same entity/subentity.

Details

  • Schema: FUSION

  • Object owner: EGO

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGO_CHG_AUDIT_REDLINE_ATTR_PK

AUDIT_ENTITY_ATTR_ID

Columns

Name Datatype Length Precision Not-null Comments
AUDIT_ENTITY_ATTR_ID NUMBER 18 Yes Unique Identifier for the rows in ego_change_audit_redline_attrs.
AUDIT_ENTITY_ID NUMBER 18 Yes Foreign key to ego_change_audit_entities.
ATTR_NAME VARCHAR2 4000 This column stores the name of the attribute.
ATTR_DISPLAY_NAME VARCHAR2 4000 This column stores the display name of the attribute.
ATTR_OLD_VALUE VARCHAR2 4000 Old attribute display value (in case of LOVs/value sets).
ATTR_OLD_CODE VARCHAR2 4000 Old attribute code (in case of LOVs/value sets).
ATTR_NEW_VALUE VARCHAR2 4000 New attribute display value (in case of LOVs/value sets).
ATTR_NEW_CODE VARCHAR2 4000 New attribute code (in case of LOVs/value sets).
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
EGO_CHANGE_AUDIT_REDLINE_ATTRS ego_change_audit_entities AUDIT_ENTITY_ID

Indexes

Index Uniqueness Tablespace Columns
EGO_CHG_AUDIT_REDLINE_ATTR_N1 Non Unique FUSION_TS_TX_IDX AUDIT_ENTITY_ID
EGO_CHG_AUDIT_REDLINE_ATTR_U1 Unique FUSION_TS_TX_IDX AUDIT_ENTITY_ATTR_ID