QA_SKIP_LOTS
This table contains the skip lot information for specific organization,supplier,Item and inspection level combination.
Details
-
Schema: FUSION
-
Object owner: QA
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
QA_SKIP_LOTS_PK |
INSPECTION_SKIP_LOT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INSPECTION_SKIP_LOT_ID | NUMBER | 18 | Yes | Primary key reference for the record in this table. | |
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. | |
INSPECTION_LEVEL_ID | NUMBER | 18 | Reference to the inspection level to be used during inspection. | ||
INVENTORY_ITEM_ID | NUMBER | 18 | Reference to the item being inspected. | ||
ORGANIZATION_ID | NUMBER | 18 | Reference to the organization of material being inspected. | ||
SUPPLIER_ID | NUMBER | 18 | Reference to the supplier of material being inspected. | ||
SOURCE_ORGANIZATION_ID | NUMBER | 18 | Reference to the source organization from where the material was transferred. | ||
LOTS_RECEIVED | NUMBER | Number of lines received available for inspection. | |||
LOTS_INSPECTED | NUMBER | Number of lines actually inspected. | |||
FIRST_INSPECTION_DATE | TIMESTAMP | Date when first inspection of items was done. | |||
LAST_INSPECTION_DATE | TIMESTAMP | Date when latest inspection of items was done. | |||
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_LOTS_PK | Unique | Default | INSPECTION_SKIP_LOT_ID |