ENQ_AFFECTED_OBJECTS_B_

Base table that represents affected objects associated to a specific quality Issue/Action.

Details

  • Schema: FUSION

  • Object owner: ENQ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ENQ_AFFECTED_OBJECTS_B_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, AFFECTED_OBJECT_ID

Columns

Name Datatype Length Precision Not-null Comments
AFFECTED_OBJECT_ID NUMBER 18 Yes Affected Object Id is a primary key which will be system generated Application unique Id. This can be used as a Quality Issue or a Quality Action.
OBJECT_ID NUMBER 18 Indicates Quality Issue ID or Quality Action Id. Refers to Issue Id/ Action Id from their respective table as Foreign Key.
OBJECT_TYPE VARCHAR2 30 Indicates the object type of the Affected Object (Issue, Action). The supported Lookup Codes are defined for the Lookup Type with the name ORA_ENQ_OBJECT_TYPE and the Lookup Codes are ORA_ISSUE,ORA_ACTION.
OBJECT_VERSION_NUMBER NUMBER 9 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.
PK1_VALUE NUMBER 18 Primary key of the Affected Object.
PK2_VALUE NUMBER 18 Primary key of the Affected Object.
PK3_VALUE NUMBER 18 Primary key of the Affected Object.
PK4_VALUE NUMBER 18 Primary key of the Affected Object.
PK5_VALUE NUMBER 18 Primary key of the Affected Object.
PK6_VALUE VARCHAR2 80 Primary key of the Affected Object.
PK7_VALUE VARCHAR2 80 Primary key of the Affected Object.
STATUS VARCHAR2 30 Indicates the status of the Affected Object(Open, Closed). The supported Lookup Codes are defined for the Lookup Type with the name ORA_ENQ_AFFECTED_OBJECT_STATUS and the Lookup Codes are ORA_OPEN, ORA_CLOSED.
SUPPORTED_ENTITY_ID NUMBER 18 Foreign key reference to Supported Entity Id from ENQ_SUPPORTED_ENTITIES table.
IMPACT_TYPE VARCHAR2 30 Indicates the impact type of the Affected Object (Primary, Secondary). The supported Lookup Codes are defined for the Lookup Type with the name ORA_ENQ_IMPACT_TYPE and the lookup codes are ORA_PRIMARY, ORA_SECONDARY.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Column with the Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
ENQ_AFFECTED_OBJECTS_BN1_ Non Unique Default AFFECTED_OBJECT_ID, LAST_UPDATE_DATE
ENQ_AFFECTED_OBJECTS_B_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, AFFECTED_OBJECT_ID