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


TABLE: QPR.QPR_REPORT_TYPE_LINES

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


This table stores the definitions of Price Planning Report Type Components.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_REPORT_TYPE_LINES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREPORT_TYPE_LINE_ID
SYS_IL0000457865C00006$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000457865C00007$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
SYS_IL0000457865C00008$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
REPORT_TYPE_LINE_ID NUMBER
Yes Unique identifier to identify report line components.
REPORT_TYPE_LINE_CODE VARCHAR2 (240)
Internal code used to identify the report type in price planning
REPORT_TYPE_LINE_NAME VARCHAR2 (240)
Name of the report type
ASPECT_RATIO NUMBER

Aspect ratio of the report, if its a graphical report
WIDTH NUMBER

Width of the report
REPORT_METADATA CLOB (4000) Yes XML Data for the report line metadata
REPORT_OPTIONS CLOB (4000)
XML Data for the report line options
REPORT_MODIFIERS CLOB (4000)
XML Data for the report line modifiers
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
Query Text

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


SELECT REPORT_TYPE_LINE_ID
,      REPORT_TYPE_LINE_CODE
,      REPORT_TYPE_LINE_NAME
,      ASPECT_RATIO
,      WIDTH
,      REPORT_METADATA
,      REPORT_OPTIONS
,      REPORT_MODIFIERS
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM QPR.QPR_REPORT_TYPE_LINES;

Dependencies

[top of page]

QPR.QPR_REPORT_TYPE_LINES does not reference any database object

QPR.QPR_REPORT_TYPE_LINES is referenced by following:

SchemaAPPS
SynonymQPR_REPORT_TYPE_LINES