QA_SAMPLE_EVENT_DISPOSITIONS
This table stores sample disposition for an inspection event.
Details
-
Schema: FUSION
-
Object owner: QA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
QA_SAMPLE_EVENT_DISPOSITION_PK |
SAMPLE_EVENT_DISPOSITION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SAMPLE_EVENT_DISPOSITION_ID | NUMBER | 18 | Yes | Event Sample Disposition Identifier | |
| 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. | |
| IP_EVENT_DISPOSITION_ID | NUMBER | 18 | Reference to inspection event disposition which this sample eventook place. | ||
| IP_EVENT_ID | NUMBER | 18 | Yes | Inspection Plan Event Identifier. FK to QA_IP_EVENTS. | |
| SAMPLE_ID | NUMBER | 18 | Yes | Reference to the sample for which disposition is being recorded. | |
| DISPOSITION | VARCHAR2 | 30 | Inspection disposition result: 'ACCEPT' or 'REJECT' | ||
| STATUS | VARCHAR2 | 20 | Indicating the inspection is in process or completed. Values: 'IN_PROCESS', 'COMPLETE' | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| QA_SAMPLE_EVENT_DISPOSITION_PK | Unique | Default | SAMPLE_EVENT_DISPOSITION_ID |
| QA_SAMPLE_EVENT_DISP_N1 | Non Unique | Default | SAMPLE_ID, IP_EVENT_ID |