QA_IP_EVENTS

This table stores inspection events

Details

  • Schema: FUSION

  • Object owner: QA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

QA_IP_EVENTS_PK

IP_EVENT_ID

Columns

Name Datatype Length Precision Not-null Comments
IP_EVENT_ID NUMBER 18 Yes Unique identifier for this inspection event. PK.
ASSET_ID NUMBER 18 Value that uniquely identifies an asset.
TOTAL_SAMPLE_QUANTITY NUMBER Total amount of material required for testing in the inspection quantity unit of measure.
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.
EVENT_TYPE VARCHAR2 20 Indicate the inspection event is Manufacturing Operations, Receiving, or Standard alone.
INSPECTION_PLAN_ID NUMBER 18 Reference to inspection plan that is used
INSPECTION_LEVEL_ID NUMBER 18 Reference to inspection level that is used.
IP_CRITERIA_ID NUMBER 18 Reference to inspection criteria
SOURCE_LINE_QTY NUMBER Total quantity on the source line: receiving transaction quantity or manufacturing operation completion quantity.
UOM_CODE VARCHAR2 3 Unit of measurement for the quantity of samples being inspected in this event.
QTY_REQUESTED NUMBER Requested inspection quantity from manufacturing or receiving.
SAMPLING_QTY NUMBER Quantity resulted from sampling plan to be inspected.
QTY_INSPECTED NUMBER Total quantity actually inspected in this event.
QTY_ACCEPTED NUMBER Total quantity actually accepted in this event.
QTY_REJECTED NUMBER Total quantity actually rejected in this event.
ORIGINAL_DISPOSITION VARCHAR2 20 Original disposition for the samples being inspected.
INSPECTION_STATUS VARCHAR2 20 Indicating if inspection collection is 'IN_PROCESS' or 'COMPLETE'
INLINE_FLAG VARCHAR2 1 A 'Y' value indicates inline results collection, as opposed to standalone results collection. If the value is 'Y', the related transaction_ids are required.
DRAFT_FLAG VARCHAR2 1 Value 'Y' or 'N'. A 'Y' value indicates that the inspection is in draft mode that the source transactions are yet be completed. A non-draft (value 'N') indicates that the related transaction is required.
INSPECTED_BY VARCHAR2 64 Identifier for the person who is actually conducting the inspection.
INSPECTION_DATE TIMESTAMP Indicating the Date that this inspection event is conducted.
DISPOSITION_DATE TIMESTAMP Indicating the date that disposition is made for this inspection event.
INVENTORY_ITEM_ID NUMBER 18 Reference to the inventory item being inspected in this event.
ORGANIZATION_ID NUMBER 18 Identifier for the Inventory Organization.
REVISION_ID NUMBER 18 Revision identifier for the inspected material if the item is revision controlled.
ITEM_REVISION VARCHAR2 18 Identifies the item version for which the inspection is conducted.
CATEGORY_SET_ID NUMBER 18 Reference to the catalogue of item being inspected.
CATEGORY_ID NUMBER 18 Reference to the category of item being inspected.
WORK_ORDER_ID NUMBER 18 Identifier for the work order for manufacturing inspections.
WO_OPERATION_ID NUMBER 18 Identifier for the work order operation in manufacturing inspection.
OPERATION_SEQ_NUMBER NUMBER 9 Sequence number for the work order operation in manufacturing inspection.
DISPATCH_STATUS VARCHAR2 30 Dispatch status for the work order operation.
WORK_CENTER_ID NUMBER 18 Identifier for the work center for resource inspections.
WORK_AREA_ID NUMBER 18 Identifier for the work area for resource inspections.
RESOURCE_ID NUMBER 18 Identifier for the resource to be inspected.
SUBINVENTORY_CODE VARCHAR2 10 Sub inventory where the inspected material is located.
LOCATOR_ID NUMBER 18 Reference to the sub inventory locator of the material being inspected in this event.
LOT_NUMBER VARCHAR2 80 Lot number of the material being inspected in this event.
TRANSACTION_TYPE VARCHAR2 25 indicates receiving transaction type.
SOURCE_ORG_ID NUMBER 18 Source organization if the receiving transaction type is transfer.
SUPPLIER_ID NUMBER 18 Reference to the supplier of the material being inspected.
SUPPLIER_SITE_ID NUMBER 18 Identifier for the supplier site.
CUSTOMER_ID NUMBER 18 Reference to the customer of the material being inspected.
DOC_TYPE VARCHAR2 50 Document type for receiving inspection events
DOC_NUMBER VARCHAR2 240 Document number for receiving inspection events.
DOC_LINE_NUMBER NUMBER 9 Document line number for receiving inspection events.
DOC_SCHEDULE_NUMBER VARCHAR2 50 Document schedule number for receiving inspection events.
DOC_LINE_NUM VARCHAR2 100 Document line number for receiving inspection events.
RECEIPT_NUM VARCHAR2 30 Receipt number that is inspected in this inspection event.
SHIPMENT_HEADER_ID NUMBER 18 Reference to header of shipment for the material being inspected.
SHIPMENT_LINE_ID NUMBER 18 Reference to shipment line item for the material being inspected.
SUPPLIER_LOT_NUM VARCHAR2 80 Reference to shipment lot number
INTERFACE_TRANSACTION_ID NUMBER 18 Reference to RCV_TRANSACTIONS_INTERFACE table for receipts inspections.
SAMPLE_SIZE_CODE VARCHAR2 3 Sample size code letter derived based on lot size.
ACCEPTANCE_NUMBER NUMBER Acceptance number derived based on sample size code letter and associated acceptable quality limits.
REJECTION_NUMBER NUMBER Rejection number derived based on sample size code letter and associated acceptable quality limits.
NON_CONFORMANCE_COUNT NUMBER Nonconformance number calculated based on sample inspection that determines lot acceptance.
EXECUTE_ACTION_RULES_FLAG VARCHAR2 1 Indicates whether action rules defined in plan are executed or not. Options are Y, N and Null (treated as No). Only applicable when using the Inspection Events REST resource.
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_EVENTS_PK Unique Default IP_EVENT_ID