[Home] [Help]
[Dependency Information]
Object Name: | QRM_FILTER_CONDITIONS |
---|---|
Object Type: | TABLE |
Owner: | QRM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
QRM_FILTER_CONDITIONS contains information about conditions for filters. Each row corresponds
to a condition and is tied to a filter in QRM_FILTERS.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
QRM_FILTER_CONDITIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FILTER_NAME | VARCHAR2 | (20) | Yes | Name of the filter |
ROW_NUMBER | NUMBER | (15) | Yes | Unique identifier for each row within the filter |
ATTRIBUTE_NAME | VARCHAR2 | (20) | Yes | Deal attribute name |
RELATION | VARCHAR2 | (3) | Yes | The relation between the deal attribute and its value. The different relation codes and descriptions correspond to the Fnd_Lookup Type QRM_RELATION_TYPE. The following relations are only applicable to those values of type DATE or NUMBER: C (Contains), SW (Starts with), and EW (Ends with). |
VALUE | VARCHAR2 | (30) | Yes | The condition value that relates to the deal attribute. These values can be of type NUMBER, DATE, or STRINGS, but are always converted and stored as VARCHAR2. |
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 | |
Name | Datatype | Length | Mandatory | Comments |
---|
Cut, paste (and edit) the following text to query this object:
SELECT FILTER_NAME
, ROW_NUMBER
, ATTRIBUTE_NAME
, RELATION
, VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM QRM.QRM_FILTER_CONDITIONS;
QRM.QRM_FILTER_CONDITIONS does not reference any database object
QRM.QRM_FILTER_CONDITIONS is referenced by following:
|
|
|