QA_IP_EVENT_DISPOSITIONS
Table stores inspection event dispositions
Details
-
Schema: FUSION
-
Object owner: QA
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
QA_IP_EVENT_DISPOSITIONS_PK |
IP_EVENT_DISPOSITION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
IP_EVENT_DISPOSITION_ID | NUMBER | 18 | Yes | PK, unique identifer for the event disposition | |
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 | Yes | Reference to the inspection event against which sample dispositions are recorded. | |
INSPECTION_PLAN_ID | NUMBER | 18 | Reference to inspection plan that is used for inspection event | ||
RCV_TRANSACTION_ID | NUMBER | 18 | Reference to transaction_id in RCV_TRANSACtIONS. This column is updated when source is 'RCV' | ||
RCV_INT_TXN_ID | NUMBER | 18 | Reference to receiving interface record | ||
WO_OPERATION_TXN_ID | NUMBER | 18 | Reference to transaction id in table WO_OPERATION_TRANSACTIONS. This column is updated when source is 'MFG' | ||
QUANTITY | NUMBER | Quantity of samples inspected based on which the disposition is calculated. | |||
DISPOSITION | VARCHAR2 | 30 | Disposition of the samples in the inspection event. Can have either of the values 'ACCEPT', 'REJECT' OR 'SCRAP' | ||
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_IP_EVENT_DISPOSITIONS_N1 | Non Unique | Default | IP_EVENT_ID |
QA_IP_EVENT_DISPOSITIONS_PK | Unique | Default | IP_EVENT_DISPOSITION_ID |