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


VIEW: APPS.QPR_REPORT_HDRS_VL

Object Details
Object Name: QPR_REPORT_HDRS_VL
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This is a view of QPR_REPORT_HDRS_B and QPR_REPORT_HDRS_TL.
Displays the details about header level attributes for the reports generated in the application, including the translated columns of attributes in the local language.


[View Source]

Columns
Name Datatype Length Mandatory Comments
REPORT_HEADER_ID NUMBER
Yes Primary Key
REPORT_NAME VARCHAR2 (240)
Translated name of the report.
REPORT_TITLE VARCHAR2 (240)
for future use
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 (foreign key to PP Catalog)
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
Query Text

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


SELECT REPORT_HEADER_ID
,      REPORT_NAME
,      REPORT_TITLE
,      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 APPS.QPR_REPORT_HDRS_VL;

Dependencies

[top of page]

APPS.QPR_REPORT_HDRS_VL references the following:

SchemaAPPS
SynonymQPR_REPORT_HDRS_B
SynonymQPR_REPORT_HDRS_TL

APPS.QPR_REPORT_HDRS_VL is not referenced by any database object