[Home] [Help]
[Dependency Information]
Object Name: | QA_SPEC_CHARS |
---|---|
Object Type: | TABLE |
Owner: | QA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
QA_SPECS_CHARS defines specifications and specification elements. Each specification can contain multiple collection elements, each with a
different set of upper and lower range limits. Each row of the table
represents a collection element and contains that collection element's target value, specification value range, reasonable range, and user-defined range. The specification range helps the user during data entry. Any value that lies outside of the reasonable range is rejected.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
QA_SPEC_CHARS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SPEC_ID | NUMBER | Yes | Specification Identifier | |
CHAR_ID | NUMBER | Yes | Collection element Identifier | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
ENABLED_FLAG | NUMBER | Flag to indicate whether specification limits for a collection element are enabled | ||
TARGET_VALUE | VARCHAR2 | (150) | Collection element target value as defined in specification | |
UPPER_SPEC_LIMIT | VARCHAR2 | (150) | Upper specification limit | |
LOWER_SPEC_LIMIT | VARCHAR2 | (150) | Lower specification limit | |
UPPER_REASONABLE_LIMIT | VARCHAR2 | (150) | Upper reasonable limit for the collection element. This is the maximum allowable collection element value during data entry. This value can be greater than upper spec limit and upper user defined limit | |
LOWER_REASONABLE_LIMIT | VARCHAR2 | (150) | Lower reasonable limit for the collection element. This is the minimum allowable collection element value during data entry. This value can be less than lower spec limit and lower user-defined limit | |
UPPER_USER_DEFINED_LIMIT | VARCHAR2 | (150) | Upper user-defined limit for the collection element. This value can be greater than upper spec limit | |
LOWER_USER_DEFINED_LIMIT | VARCHAR2 | (150) | Lower user-defined limit for the collection element. This value can be less than lower spec limit | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flexfield structure defining column | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flexfield segment | |
UOM_CODE | VARCHAR2 | (3) | Allow the user to add uom code for spec element |
Cut, paste (and edit) the following text to query this object:
SELECT SPEC_ID
, CHAR_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ENABLED_FLAG
, TARGET_VALUE
, UPPER_SPEC_LIMIT
, LOWER_SPEC_LIMIT
, UPPER_REASONABLE_LIMIT
, LOWER_REASONABLE_LIMIT
, UPPER_USER_DEFINED_LIMIT
, LOWER_USER_DEFINED_LIMIT
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, UOM_CODE
FROM QA.QA_SPEC_CHARS;
QA.QA_SPEC_CHARS does not reference any database object
QA.QA_SPEC_CHARS is referenced by following:
|
|
|