ENQ_ISSUE_DETAILS

Represents details associated with a Quality Issue.

Details

  • Schema: FUSION

  • Object owner: ENQ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ENQ_ISSUE_DETAILS_PK

ISSUE_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
ISSUE_DETAIL_ID NUMBER 18 Yes Issue Detail Id is a Primary Key which will be system generated Application Unique Id.
ISSUE_ID NUMBER 18 Yes Refers to Issue Id from ENQ_ISSUES_B table as Foreign key.
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.
PK1_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK2_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK3_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK4_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK5_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK6_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK7_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK8_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK9_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK10_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK11_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK12_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK13_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK14_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK15_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK16_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK17_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK18_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK19_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
PK20_VALUE NUMBER 18 Primary Key of the configured Quality Issue Detail object.
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
ENQ_ISSUE_DETAILS enq_issues_b ISSUE_ID

Indexes

Index Uniqueness Tablespace Columns
ENQ_ISSUE_DETAILS_N1 Non Unique Default PK1_VALUE
ENQ_ISSUE_DETAILS_N10 Non Unique Default PK10_VALUE
ENQ_ISSUE_DETAILS_N2 Non Unique Default PK2_VALUE
ENQ_ISSUE_DETAILS_N3 Non Unique Default PK3_VALUE
ENQ_ISSUE_DETAILS_N4 Non Unique Default PK4_VALUE
ENQ_ISSUE_DETAILS_N5 Non Unique Default PK5_VALUE
ENQ_ISSUE_DETAILS_N6 Non Unique Default PK6_VALUE
ENQ_ISSUE_DETAILS_N7 Non Unique Default PK7_VALUE
ENQ_ISSUE_DETAILS_N8 Non Unique Default PK8_VALUE
ENQ_ISSUE_DETAILS_N9 Non Unique Default PK9_VALUE
ENQ_ISSUE_DETAILS_U1 Unique Default ISSUE_DETAIL_ID
ENQ_ISSUE_DETAILS_U2 Unique Default ISSUE_ID