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 |
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 | Yes | 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 | Yes | 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 | 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 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 | Yes | 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 | Yes | Foreign key reference to Supported Entity Id from ENQ_SUPPORTED_ENTITIES table. | |
IMPACT_TYPE | VARCHAR2 | 30 | Yes | 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 | 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_affected_objects_tl | enq_affected_objects_b | AFFECTED_OBJECT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ENQ_AFFECTED_OBJECTS_B_N1 | Non Unique | Default | OBJECT_ID, OBJECT_TYPE |
ENQ_AFFECTED_OBJECTS_B_N2 | Non Unique | Default | PK1_VALUE, PK2_VALUE, PK3_VALUE, PK4_VALUE, PK5_VALUE, PK6_VALUE, PK7_VALUE |
ENQ_AFFECTED_OBJECTS_B_U1 | Unique | Default | AFFECTED_OBJECT_ID |