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


TABLE: QA.QA_CHAR_ACTION_OUTPUTS

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


QA_CHAR_ACTION_OUTPUTS stores the mapping between collection elements and tokens used to define actions. Oracle Quality allows you to define actions based on the tokens for some of the actions. While executing the actions, these tokens are substituted with collection element values. Each row of this table stores information about a collection element, its associated action, and the token used in defining the action.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QA_CHAR_ACTION_OUTPUTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHAR_ACTION_ID
ColumnTOKEN_NAME
Columns
Name Datatype Length Mandatory Comments
CHAR_ACTION_ID NUMBER
Yes Foreign key to QA_CHAR_ACTIONS
TOKEN_NAME VARCHAR2 (30) Yes Name of the token variable.
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
CHAR_ID NUMBER
Yes Collection element Identifier
Query Text

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


SELECT CHAR_ACTION_ID
,      TOKEN_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      CHAR_ID
FROM QA.QA_CHAR_ACTION_OUTPUTS;

Dependencies

[top of page]

QA.QA_CHAR_ACTION_OUTPUTS does not reference any database object

QA.QA_CHAR_ACTION_OUTPUTS is referenced by following:

SchemaAPPS
SynonymQA_CHAR_ACTION_OUTPUTS