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


TABLE: QRM.QRM_FILTERS

Object Details
Object Name: QRM_FILTERS
Object Type: TABLE
Owner: QRM
FND Design Data: TableQRM.QRM_FILTERS
Subobject Name:
Status: VALID


QRM_FILTERS contains information about filters used in Risk Management Analyses. Each row
corresponds to a filter and contains a name, description, condition relation, and where clause. Every filter condition must be associated with a filter from this table. The actual details of these filter conditions are stored in QRM_FILTER_CONDITIONS.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QRM_FILTERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFILTER_NAME
Columns
Name Datatype Length Mandatory Comments
FILTER_NAME VARCHAR2 (20) Yes Name of the filter
DESCRIPTION VARCHAR2 (50)
Description of the filter
CONDITION_RELATION VARCHAR2 (5) Yes Determines whether Risk Analysis uses this set of filter conditions to select deals where all conditions are met (AND) or where at least one condition is met (OR). The values are derived from Fnd_Lookup Type QRM_CONDITION_RELATION
WHERE_CLAUSE VARCHAR2 (2000) Yes Where clause formed by the set of filter conditions
CREATED_BY NUMBER (15) Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO column
Query Text

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


SELECT FILTER_NAME
,      DESCRIPTION
,      CONDITION_RELATION
,      WHERE_CLAUSE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM QRM.QRM_FILTERS;

Dependencies

[top of page]

QRM.QRM_FILTERS does not reference any database object

QRM.QRM_FILTERS is referenced by following:

SchemaAPPS
SynonymQRM_FILTERS