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