QA_INSPECTION_LEVELS_B

This table stores the Inspection Levels

Details

  • Schema: FUSION

  • Object owner: QA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

QA_INSPECTION_LEVELS_B_PK

INSPECTION_LEVEL_ID

Columns

Name Datatype Length Precision Not-null Comments
INSPECTION_LEVEL_ID NUMBER 18 Yes Unique identifier for Inspection Level
QUANTITY_PER_SAMPLE NUMBER Amount of material required for inspection on a per sample basis.
SAMPLE_UOM_CODE VARCHAR2 3 Unit of measure for quantity per sample.
ACCEPTANCE_QUALITY_LIMIT NUMBER Used together with the Sample Size Code Letter to determine sampling plan.
SAMPLING_PLAN_TYPE VARCHAR2 30 Sampling plan type (e.g. ANSI/ASQ sampling, legacy sampling based on size, c=0 sampling plan, process manufacturing based sampling plans).
SAMPLING_STD_CODE VARCHAR2 30 Indicates Sampling standard code associated with the inspection level.
INSPECTION_LEVEL_CODE VARCHAR2 5 Determines the relationship between the lot or batch size and the sample size.
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.
SAMPLING_ENABLED_FLAG VARCHAR2 1 Yes Sampling enabled flag. If set to Y, Sampling percentage must be specified. If set to N, percentage is assumed to be 100 (i.e. no sampling)
PERCENT_SAMPLING NUMBER Percentage of sampling required. Default is 100, which means all samples are used, and no subset sampling is done.
SKIPLOT_ENABLED_FLAG VARCHAR2 1 Yes Skiplot enabled flag. If set to Y, NUM_LOTS and NUM_LOTS_INSPECT must be specified.
NUM_LOTS NUMBER 9 Number of Lots available for inspection.
NUM_LOTS_INSPECT NUMBER 9 Number of lots to inspect in the current inspection level. This must be less than or equal to number of lots.
FIXED_SAMPLING_COUNT NUMBER 9 Number of Samples available for inspection.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
QA_INSPECTION_LEVELS_B_PK Unique FUSION_TS_SEED INSPECTION_LEVEL_ID, ORA_SEED_SET1
QA_INSPECTION_LEVELS_B_PK1 Unique FUSION_TS_SEED INSPECTION_LEVEL_ID, ORA_SEED_SET2