[Home] [Help]
[Dependency Information]
Object Name: | QA_CHAR_ACTION_OUTPUTS |
---|---|
Object Type: | TABLE |
Owner: | QA |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
QA_CHAR_ACTION_OUTPUTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
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 |
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;
QA.QA_CHAR_ACTION_OUTPUTS does not reference any database object
QA.QA_CHAR_ACTION_OUTPUTS is referenced by following:
|
|
|