[Home] [Help]
[Dependency Information]
| Object Name: | QPR_REPORT_LINES |
|---|---|
| Object Type: | TABLE |
| Owner: | QPR |
| Subobject Name: | |
| Status: | VALID |
This table stores the attributes and content of the report line instances.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QPR_REPORT_LINES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REPORT_LINE_ID
|
| QPR_REPORT_LINES_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REPORT_HEADER_ID
DISPLAY_SEQUENCE
|
| SYS_IL0000457901C00008$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SYS_IL0000457901C00009$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| SYS_IL0000457901C00010$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORT_LINE_ID | NUMBER | Yes | Unique Identifier for report lines | |
| REPORT_HEADER_ID | NUMBER | Yes | Unique Identifier for the report header under which the lines are grouped. | |
| REPORT_TYPE_LINE_ID | NUMBER | Yes | Unique Identifier for the report type of the line | |
| REPORT_LINE_NAME | VARCHAR2 | (240) | For future use | |
| FOLDER | VARCHAR2 | (240) | Not Currently Used | |
| REPORT_LINE_VALID_FLAG | VARCHAR2 | (1) | Specifies if the report instance is valid or not. Possible values are Y or N. | |
| DISPLAY_SEQUENCE | NUMBER | Indicates the sequence of display of the lines under a given header. | ||
| REPORT_SVG | CLOB | (4000) | Report graph details stored as XML. | |
| ENABLED_OPTIONS | CLOB | (4000) | The options enabled for the report, stored as XML. This is used to set the option values based on which graph was rendered. | |
| REPORT_PARAMETERS | CLOB | (4000) | Inputs passed to the report, stored as XML. | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT REPORT_LINE_ID
, REPORT_HEADER_ID
, REPORT_TYPE_LINE_ID
, REPORT_LINE_NAME
, FOLDER
, REPORT_LINE_VALID_FLAG
, DISPLAY_SEQUENCE
, REPORT_SVG
, ENABLED_OPTIONS
, REPORT_PARAMETERS
, 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_LINES;
QPR.QPR_REPORT_LINES does not reference any database object
QPR.QPR_REPORT_LINES is referenced by following:
QPR
QPR_REPORT_LINES#
|
|
|
|