QA_SKIP_LOT_EVENTS
This is child table contains the skip lot event information for each inspection skip lot
Details
-
Schema: FUSION
-
Object owner: QA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
QA_SKIP_LOT_EVENTS_PK |
SKIP_LOT_EVENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SKIP_LOT_EVENT_ID | NUMBER | 18 | Yes | Identifier for the event that describes the skip lot sampling. Primary Key. | |
IP_EVENT_ID | NUMBER | 18 | Yes | Inspection Plan Event Identifier | |
INSPECTION_SKIP_LOT_ID | NUMBER | 18 | Yes | Reference to the record in QA_SKIP_LOTS table. | |
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_SKIP_LOT_EVENTS_PK | Unique | Default | SKIP_LOT_EVENT_ID |