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


VIEW: APPS.QPR_REPORT_TYPE_HDRS_VL

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
REPORT_TYPE_HEADER_ID NUMBER
Yes The unique indentifier for the report type entity
REPORT_TYPE_NAME VARCHAR2 (240)
REPORT_TYPE_TITLE VARCHAR2 (240)
REPORT_DOMAIN_CODE VARCHAR2 (30)
Internal code to represent the functional domain classification of the report.
REPORT_LINE_MERGE_CODE VARCHAR2 (30)
Internal code to control the way the report type lines are merged to generate the report.
USER_ID NUMBER (15)
For future use
PLAN_ID NUMBER

For future use
REPORT_OPTIONS CLOB (4000)
XML data representing the report options menu.
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_HEADER_ID
,      REPORT_TYPE_NAME
,      REPORT_TYPE_TITLE
,      REPORT_DOMAIN_CODE
,      REPORT_LINE_MERGE_CODE
,      USER_ID
,      PLAN_ID
,      REPORT_OPTIONS
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.QPR_REPORT_TYPE_HDRS_VL;

Dependencies

[top of page]

APPS.QPR_REPORT_TYPE_HDRS_VL references the following:

SchemaAPPS
SynonymQPR_REPORT_TYPE_HDRS_B
SynonymQPR_REPORT_TYPE_HDRS_TL

APPS.QPR_REPORT_TYPE_HDRS_VL is not referenced by any database object