[Home] [Help]
[Dependency Information]
Object Name: | QRM_TIME_INTERVALS |
---|---|
Object Type: | TABLE |
Owner: | QRM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
QRM_TIME_INTERVALS contains information about the time intervals that are associated with a set of time buckets. Each row corresponds to a time interval and is tied to time buckets in QRM_TIME_BUCKETS.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
QRM_TIME_INTERVALS_N1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
QRM_TIME_INTERVALS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TB_NAME | VARCHAR2 | (20) | Yes | Name of the time buckets |
SEQUENCE_NUMBER | NUMBER | Yes | The order of time intervals in the time buckets | |
INTERVAL_LENGTH | NUMBER | The number defining the time interval length | ||
INTERVAL_TYPE | VARCHAR2 | (3) | The time unit defining the time interval length. The values are derived from Fnd_Lookup Type QRM_PERIOD_LENGTH | |
LABEL | VARCHAR2 | (20) | Description of the time interval | |
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 | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT TB_NAME
, SEQUENCE_NUMBER
, INTERVAL_LENGTH
, INTERVAL_TYPE
, LABEL
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM QRM.QRM_TIME_INTERVALS;
QRM.QRM_TIME_INTERVALS does not reference any database object
QRM.QRM_TIME_INTERVALS is referenced by following:
|
|
|