[Home] [Help]
[Dependency Information]
Object Name: | QA_PLAN_CHARS |
---|---|
Object Type: | TABLE |
Owner: | QA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
QA_PLAN_CHARS stores information about a collection plan and the collection elements assigned to that collection plan. Each row of the table represents one collection element and its attributes for the plan. Collection element attributes include the collection element prompt that is displayed, the default value for the collection element, and the column name in QA_RESULTS to which this collection element is mapped. This table also stores information regarding whether or not a collection plan is enabled, mandatory, or hidden.
When a collection plan is defined, a link is maintained to QA_CHARS
for each of the collection elements available in the plan. Some additional
information is also derived from QA_CHARS and populated in this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
QA_PLAN_CHARS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
QA_PLAN_CHARS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PLAN_ID | NUMBER | Yes | Collection Plan 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 | ||
PROMPT_SEQUENCE | NUMBER | Collection element sequence in collection plan | ||
PROMPT | VARCHAR2 | (30) | Yes | Collection element prompt to be displayed for this plan |
ENABLED_FLAG | NUMBER | Yes | Flag to indicate whether collection element is enabled or disabled for the collection plan | |
MANDATORY_FLAG | NUMBER | Yes | Flag to indicate whether collection element is mandatory for this collection plan | |
DEFAULT_VALUE | VARCHAR2 | (2000) | Collection element default value | |
DEFAULT_VALUE_ID | NUMBER | Default value Identifier | ||
RESULT_COLUMN_NAME | VARCHAR2 | (30) | Column name in QA_RESULTS to which this collection element is mapped. Collection elements are mapped to either the generic CHARACTERx columns or the specific hardcoded columns in QA_RESULTS table. The value in this field stores the mapping. | |
VALUES_EXIST_FLAG | NUMBER | Yes | Flag to indicate if master list of values exists for collection element for this collection plan | |
DISPLAYED_FLAG | NUMBER | Yes | Flag to indicate whether collection element is to be displayed | |
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 | |
DECIMAL_PRECISION | NUMBER | plan element decimal precision | ||
UOM_CODE | VARCHAR2 | (3) | plan element uom code | |
READ_ONLY_FLAG | NUMBER | indicates whether this element can be modified by user in data entry UI | ||
SS_POPLIST_FLAG | NUMBER | indicates whether this element should be rendered as poplist in self-service data entry. | ||
INFORMATION_FLAG | NUMBER | indicates whether this element shall be displayed as Information in self-service UI | ||
DEVICE_FLAG | NUMBER | indicates whether this element is device enabled | ||
DEVICE_ID | NUMBER | indicates whether this element is attached to a device | ||
OVERRIDE_FLAG | NUMBER | indicates whether this element is values can be overridden while results collection | ||
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, CHAR_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, PROMPT_SEQUENCE
, PROMPT
, ENABLED_FLAG
, MANDATORY_FLAG
, DEFAULT_VALUE
, DEFAULT_VALUE_ID
, RESULT_COLUMN_NAME
, VALUES_EXIST_FLAG
, DISPLAYED_FLAG
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, DECIMAL_PRECISION
, UOM_CODE
, READ_ONLY_FLAG
, SS_POPLIST_FLAG
, INFORMATION_FLAG
, DEVICE_FLAG
, DEVICE_ID
, OVERRIDE_FLAG
, ZD_EDITION_NAME
FROM QA.QA_PLAN_CHARS;
QA.QA_PLAN_CHARS does not reference any database object
QA.QA_PLAN_CHARS is referenced by following:
|
|
|