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


TABLE: QPR.QPR_DASHBOARD_DETAILS

Object Details
Object Name: QPR_DASHBOARD_DETAILS
Object Type: TABLE
Owner: QPR
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_DASHBOARD_DETAILS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDASHBOARD_DETAIL_ID
Columns
Name Datatype Length Mandatory Comments
DASHBOARD_DETAIL_ID NUMBER
Yes Unique Identifier for the Dashboard Detail Entity
DASHBOARD_ID NUMBER
Yes The dashboard to which this entity belongs.
ROW_NUMBER NUMBER
Yes The row number of the dashboard in which the contents of this entity should be displayed.
COLUMN_NUMBER NUMBER
Yes The column number of the dashboard in which the contents of this entity should be displayed.
CONTENT_ID NUMBER

Pointer to the actual location of the content for this entity.
WIDTH NUMBER

Percentage width of this entity when displayed in the dashboard.
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER

Identifies the concurrent program
PROGRAM_LOGIN_ID NUMBER

Identifies the Oracle Applicaitons Consurrent Program Login ID
PROGRAM_APPLICATION_ID NUMBER

Identifies the Oracle Application that spawned the consurrent program
REQUEST_ID NUMBER

Identifies the concurrent request instance that spawned the concurrent program
Query Text

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


SELECT DASHBOARD_DETAIL_ID
,      DASHBOARD_ID
,      ROW_NUMBER
,      COLUMN_NUMBER
,      CONTENT_ID
,      WIDTH
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM QPR.QPR_DASHBOARD_DETAILS;

Dependencies

[top of page]

QPR.QPR_DASHBOARD_DETAILS does not reference any database object

QPR.QPR_DASHBOARD_DETAILS is referenced by following:

SchemaAPPS
SynonymQPR_DASHBOARD_DETAILS