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


TABLE: QPR.QPR_REPORT_HDRS_TL

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


This table stores the names/titles of Price Planning Report Headers in multiple languages.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_REPORT_HEADER_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREPORT_HEADER_ID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
REPORT_HEADER_ID NUMBER
Yes Unique Identifier for the report header
REPORT_NAME VARCHAR2 (240)
Translated name of the report.
REPORT_TITLE VARCHAR2 (240)
for future use
LANGUAGE VARCHAR2 (4) Yes Indicates the defined language of the row's translated columns
SOURCE_LANG VARCHAR2 (4) Yes Indicates the original language of the row's translated columns.
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_APPLICATION_ID NUMBER

Identifies the Oracle Application that spawned the concurrent program
PROGRAM_LOGIN_ID NUMBER

Identifies the Oracle Applicaitons Consurrent Program Login ID
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_HEADER_ID
,      REPORT_NAME
,      REPORT_TITLE
,      LANGUAGE
,      SOURCE_LANG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_LOGIN_ID
,      REQUEST_ID
FROM QPR.QPR_REPORT_HDRS_TL;

Dependencies

[top of page]

QPR.QPR_REPORT_HDRS_TL does not reference any database object

QPR.QPR_REPORT_HDRS_TL is referenced by following:

SchemaAPPS
SynonymQPR_REPORT_HDRS_TL