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


TABLE: QPR.QPR_REPORT_RELNS

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


This table stores details of relations between Reports


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_REPORT_RELATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_REPORT_ID
ColumnREPORT_TYPE_RELATION_ID
Columns
Name Datatype Length Mandatory Comments
REPORT_TYPE_RELATION_ID NUMBER
Yes Unique Identifier for the report relation
PARENT_REPORT_ID NUMBER
Yes Unique Identifier of the report which is the parent.
TARGET_REPORT_ID NUMBER
Yes Unique Identifier of the report which is the target.
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 REPORT_TYPE_RELATION_ID
,      PARENT_REPORT_ID
,      TARGET_REPORT_ID
,      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_REPORT_RELNS;

Dependencies

[top of page]

QPR.QPR_REPORT_RELNS does not reference any database object

QPR.QPR_REPORT_RELNS is referenced by following:

SchemaAPPS
SynonymQPR_REPORT_RELNS