QA_SAMPLE_CODE_LETTER

Seeded table that stores the sample size code letters associated to a lot size and inspection level as per ANSI/ASQ standards.

Details

  • Schema: FUSION

  • Object owner: QA

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

QA_SAMPLE_CODE_LETTER_PK

SAMPLE_CODE_ID

Columns

Name Datatype Length Precision Not-null Comments
SAMPLE_CODE_ID NUMBER 18 Yes Unique identifier for Inspection Sample Code Letter.
INSPECTION_LEVEL_CODE VARCHAR2 5 Inspection Level code such as I, II, III, and S-1 to S-4.
MIN_LOT_SIZE NUMBER 9 Min and Max lot sizes define a range to select a specified code letter for an inspection level as per ANSI/ASQ standard.
MAX_LOT_SIZE NUMBER 9 Min and Max lot sizes define a range to select a specified code letter for an inspection level as per ANSI/ASQ standard.
SAMPLE_SIZE_CODE VARCHAR2 3 Sample size code letter for an inspection level.
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_SAMPLE_CODE_LETTER_U1 Unique FUSION_TS_SEED SAMPLE_CODE_ID, ORA_SEED_SET1
QA_SAMPLE_CODE_LETTER_U11 Unique FUSION_TS_SEED SAMPLE_CODE_ID, ORA_SEED_SET2