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


TABLE: AMS.AMS_QUERY_CONDITION

Object Details
Object Name: AMS_QUERY_CONDITION
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_QUERY_CONDITION
Subobject Name:
Status: VALID


This table stores the basic skeleton of a query template condition in Audience Workbench.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_QUERY_CONDITION_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUERY_CONDITION_ID
AMS_QUERY_CONDITION_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
Columns
Name Datatype Length Mandatory Comments
QUERY_CONDITION_ID NUMBER
Yes Unique Identifier
TEMPLATE_ID NUMBER

The query template identifier to which the query conditions are tied.
JOIN_CONDITION VARCHAR2 (40)
Column not currently used.
OPERAND_DATA_TYPE VARCHAR2 (40)
Data type of the left-hand operand.
MANDATORY_FLAG VARCHAR2 (1)
Indicates if the query condition is mandatory and cannot be deleted.
DEFAULT_FLAG VARCHAR2 (1)
Indicates if the query condition is default for the template.
CONDITION_IN_USE_FLAG VARCHAR2 (1)
Indicates if the query condition is in use and hence cannot be deleted from the template by the Administrator.
LEFT_OPERAND_TYPE VARCHAR2 (40)
The token type ( ATTRIBUTE etc.) of the left-hand operand.
VALUE1_TYPE VARCHAR2 (40)
The token type (LOV, CONSTANT etc.) of the Value 1 token.
VALUE2_TYPE VARCHAR2 (40)
The token type (LOV, CONSTANT etc.) of the Value 2 token.
DISPLAY_COL_NUMBER NUMBER

Column not currently used.
MAX_TOKEN_COUNT NUMBER

Total number of unique tokens which comprises the query condition.
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
OBJECT_VERSION_NUMBER NUMBER (9)
This column is used for locking purposes
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program.
SECURITY_GROUP_ID NUMBER

Column not currently used.
COND_KEYWORD VARCHAR2 (40)
Column not currently used.
PARAMETER_KEY VARCHAR2 (30)
Column not currently used.
Query Text

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


SELECT QUERY_CONDITION_ID
,      TEMPLATE_ID
,      JOIN_CONDITION
,      OPERAND_DATA_TYPE
,      MANDATORY_FLAG
,      DEFAULT_FLAG
,      CONDITION_IN_USE_FLAG
,      LEFT_OPERAND_TYPE
,      VALUE1_TYPE
,      VALUE2_TYPE
,      DISPLAY_COL_NUMBER
,      MAX_TOKEN_COUNT
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      REQUEST_ID
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
,      SECURITY_GROUP_ID
,      COND_KEYWORD
,      PARAMETER_KEY
FROM AMS.AMS_QUERY_CONDITION;

Dependencies

[top of page]

AMS.AMS_QUERY_CONDITION does not reference any database object

AMS.AMS_QUERY_CONDITION is referenced by following:

SchemaAPPS
SynonymAMS_QUERY_CONDITION