[Home] [Help]
[Dependency Information]
| Object Name: | QPR_LVL_ATTRIBUTES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
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.
| 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. |
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;
APPS
QPR_DIM_ATTRIBUTES_V
QPR_LVL_ATTRIBUTES
APPS.QPR_LVL_ATTRIBUTES_V is not referenced by any database object
|
|
|
|