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


VIEW: APPS.QPR_TRANSF_GROUPS_VL

Object Details
Object Name: QPR_TRANSF_GROUPS_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_GROUPS_B and QPR_TRANSF_GROUPS_TL. Displays the transalated columns on transformation groups in the local language


[View Source]

Columns
Name Datatype Length Mandatory Comments
TRANSF_GROUP_ID NUMBER
Yes Unique identifier of a Transformation Group
TRANSF_TYPE_CODE VARCHAR2 (30)
It indicates the type of transformations, dimension to dimension and measure to dimension.Takes values 'DIMDIM' and 'MEASDIM' respectively
NAME VARCHAR2 (240) Yes Name for transformation group.
DESCRIPTION VARCHAR2 (2000)
Description for transformation group.
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 TRANSF_GROUP_ID
,      TRANSF_TYPE_CODE
,      NAME
,      DESCRIPTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM APPS.QPR_TRANSF_GROUPS_VL;

Dependencies

[top of page]

APPS.QPR_TRANSF_GROUPS_VL references the following:

SchemaAPPS
SynonymQPR_TRANSF_GROUPS_B
SynonymQPR_TRANSF_GROUPS_TL

APPS.QPR_TRANSF_GROUPS_VL is not referenced by any database object