DBA Data[Home] [Help] [Dependency Information]


TABLE: QA.QA_CHART_DATA

Object Details
Object Name: QA_CHART_DATA
Object Type: TABLE
Owner: QA
FND Design Data: TableQA.QA_CHART_DATA
Subobject Name:
Status: VALID


QA_CHART_DATA is used by Oracle Quality for the temporary storage of
charting calculation results.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
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
SUBGROUP_NUMBER NUMBER

Number of subgroups used in defining control chart
AVERAGE NUMBER

Stores data points on the top part of the control chart
RANGE NUMBER

Stores data points on the bottom part of control chart
BAR_NUMBER NUMBER

Stores histogram bar number
HIST_RANGE VARCHAR2 (100)
Range of the histogram
NUM_OCCURRENCES NUMBER

Occurence of collection element in a given histogram bar
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SUBGROUP_NUMBER
,      AVERAGE
,      RANGE
,      BAR_NUMBER
,      HIST_RANGE
,      NUM_OCCURRENCES
FROM QA.QA_CHART_DATA;

Dependencies

[top of page]

QA.QA_CHART_DATA does not reference any database object

QA.QA_CHART_DATA is referenced by following:

SchemaAPPS
SynonymQA_CHART_DATA