QA_SAMPLES

This table holds the sample records for inspection events.

Details

  • Schema: FUSION

  • Object owner: QA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

QA_SAMPLES_PK

SAMPLE_ID

Columns

Name Datatype Length Precision Not-null Comments
SAMPLE_ID NUMBER 18 Yes Identifier for the sample being inspected. Primary 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.
IP_EVENT_ID NUMBER 18 Reference to the inspection event, in which this sample is inspected.
SAMPLE_NUMBER VARCHAR2 80 Sample number if inspection is for non-serial items.
SERIAL_NUMBER VARCHAR2 80 Serial Number if inspection is for a serial.
QUANTITY NUMBER Sample Quantity. Value as 1 if it is serial
UOM_CODE VARCHAR2 3 Code for the unit of measure for the sample being inspected.
ORIGINAL_DISPOSITION VARCHAR2 20 Original disposition for the sample being inspected.
WO_OPERATION_TXN_ID NUMBER 18 Reference to work order operation transaction
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_SAMPLES_PK Unique Default SAMPLE_ID
QA_SAMPLES_N1 Non Unique Default SAMPLE_NUMBER, IP_EVENT_ID