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


VIEW: APPS.QPR_LVL_ATTRIBUTES_V

Object Details
Object Name: QPR_LVL_ATTRIBUTES_V
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 view is on table qpr_lvl_attributes which contains dimension attribute source mapping and level associations.


[View Source]

Columns
Name Datatype Length Mandatory Comments
LEVEL_ATTR_ID NUMBER
Yes Unique Identifier of an attribute associated to a level of a price plan.
HIERARCHY_LEVEL_ID NUMBER
Yes Identifies the level id to which the attribute is associated.
DIM_ATTR_ID NUMBER
Yes Unique Identifier of dimension attribute association values of the price plan.
PRICE_PLAN_ID NUMBER
Yes Unique identifier of the price plan.
DIM_CODE VARCHAR2 (60) Yes Unique code of the dimension in a price plan, to which the attribute is associated.
MAPPING_VIEW_NAME VARCHAR2 (30)
Identifies the seeded source table or view name from which the attribute values are obtained.
MAP_COLUMN VARCHAR2 (30)
Identifies the seeded source table or view column name from which the attribute values are obtained.
Query Text

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


SELECT LEVEL_ATTR_ID
,      HIERARCHY_LEVEL_ID
,      DIM_ATTR_ID
,      PRICE_PLAN_ID
,      DIM_CODE
,      MAPPING_VIEW_NAME
,      MAP_COLUMN
FROM APPS.QPR_LVL_ATTRIBUTES_V;

Dependencies

[top of page]

APPS.QPR_LVL_ATTRIBUTES_V references the following:

SchemaAPPS
ViewQPR_DIM_ATTRIBUTES_V
SynonymQPR_LVL_ATTRIBUTES

APPS.QPR_LVL_ATTRIBUTES_V is not referenced by any database object