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


VIEW: APPS.QPR_TRANSF_HEADERS_VL

Object Details
Object Name: QPR_TRANSF_HEADERS_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.


View of QPR_TRANSF_HEADERS_B and QPR_TRANSF_HEADERS_TL. Displays the transalated columns on transformation groups in the local language


[View Source]

Columns
Name Datatype Length Mandatory Comments
TRANSF_HEADER_ID NUMBER
Yes Unique identifier of a Transformation Header
NAME VARCHAR2 (240) Yes Name of the Transformation Header
DESCRIPTION VARCHAR2 (2000)
Description of the Transformation header
TRANSF_GROUP_ID NUMBER
Yes Foreign key to QPR_TRANSF_GROUPS_B
FROM_DIM_MEAS_CODE VARCHAR2 (30)
The from value for the transformation. It has a measure code for 'MEASDIM' and a dimension code for 'DIMDIM' transformation
FROM_DIM_HIER_CODE VARCHAR2 (30)
It has the 'from value' of the hierarchy code for a 'DIMDIM' transformation
LIMIT_DIM_FLAG VARCHAR2 (1)
Flag indicating whether to consider specific members of a dimension in 'DIMDIM' or a specific dimension in 'MEASDIM'. It takes values 'N/Y'
FROM_LEVEL_ID NUMBER

It has the level id as 'from value' for the 'DIMDIM' transformation
MEAS_CODE VARCHAR2 (30)
The code of the actual measure to be considered in the 'MEASDIM' transformation
TO_DIM_CODE VARCHAR2 (30)
It has the dimension code as the 'to value' for the 'MEASDIM' transformation
TO_LEVEL_ID NUMBER

It has the level id as 'to value' for the 'MEASDIM' and 'DIMDIM' transformations
TO_VALUE VARCHAR2 (240)
It has the value of the dimension member as 'to value' for the transformations
TO_VALUE_DESC VARCHAR2 (240)
It has the description of the dimension member as 'to value' for the transformations
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
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 TRANSF_HEADER_ID
,      NAME
,      DESCRIPTION
,      TRANSF_GROUP_ID
,      FROM_DIM_MEAS_CODE
,      FROM_DIM_HIER_CODE
,      LIMIT_DIM_FLAG
,      FROM_LEVEL_ID
,      MEAS_CODE
,      TO_DIM_CODE
,      TO_LEVEL_ID
,      TO_VALUE
,      TO_VALUE_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.QPR_TRANSF_HEADERS_VL;

Dependencies

[top of page]

APPS.QPR_TRANSF_HEADERS_VL references the following:

SchemaAPPS
SynonymQPR_TRANSF_HEADERS_B
SynonymQPR_TRANSF_HEADERS_TL

APPS.QPR_TRANSF_HEADERS_VL is not referenced by any database object