[Home] [Help]
[Dependency Information]
| Object Name: | QPR_REPORT_HDRS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | QPR |
| Subobject Name: | |
| Status: | VALID |
This table stores the header level attributes and applicable options for a report
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QPR_REPORT_HEADER_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REPORT_HEADER_ID
|
| SYS_IL0000457888C00007$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
|
| QPR_REPORT_HEADER_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REPORT_TYPE_HEADER_ID
USER_ID
PLAN_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REPORT_HEADER_ID | NUMBER | Yes | Primary Key | |
| REPORT_TYPE_HEADER_ID | NUMBER | Yes | Foreign Key to QPR_REPORT_TYPE_HEADER_B | |
| USER_ID | NUMBER | Specifies the user who owns this report | ||
| PLAN_ID | NUMBER | Price Plan Id | ||
| SEEDED_REPORT_FLAG | VARCHAR2 | (1) | This column specifies if the report is a seeded report. Possible values are Y or N. | |
| REPORT_VALID_FLAG | VARCHAR2 | (1) | Specifies if the report instance is valid or not. Possible values are Y or N. | |
| ENABLED_OPTIONS | CLOB | (4000) | this column contains the selected report options for the report header | |
| 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 concurrent 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_HEADER_ID
, REPORT_TYPE_HEADER_ID
, USER_ID
, PLAN_ID
, SEEDED_REPORT_FLAG
, REPORT_VALID_FLAG
, ENABLED_OPTIONS
, 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_HDRS_B;
QPR.QPR_REPORT_HDRS_B does not reference any database object
QPR.QPR_REPORT_HDRS_B is referenced by following:
QPR
QPR_REPORT_HDRS_B#
|
|
|
|