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


TABLE: QRM.QRM_TIME_BUCKETS

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


QRM_TIME_BUCKETS contains information about the time buckets that are used in Risk anagement Analyses. Each row in the table corresponds to a set of time buckets and contains a name and description for the set of time buckets. Each row is also associated with several time intervals that comprise the set of time buckets. The details for each of the intervals are stored in QRM_TIME_INTERVALS.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QRM_TIME_BUCKETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTB_NAME
Columns
Name Datatype Length Mandatory Comments
TB_NAME VARCHAR2 (20) Yes Name of the time buckets
DESCRIPTION VARCHAR2 (50)
Name of the time buckets
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 TB_NAME
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM QRM.QRM_TIME_BUCKETS;

Dependencies

[top of page]

QRM.QRM_TIME_BUCKETS does not reference any database object

QRM.QRM_TIME_BUCKETS is referenced by following:

SchemaAPPS
SynonymQRM_TIME_BUCKETS