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


VIEW: APPS.QPR_PRD_ALLHIER_L_V

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


Mapping view for Product dimension in the datamart.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ITEM_DESC VARCHAR2 (240)
Description of the members at the 'Product' level.
ITEM_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'Product' level.
ITEM_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'Product' level.
ITEM_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'Product' level.
ITEM_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'Product' level.
ITEM_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'Product' level.
ITEM_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'Product' level.
INSTANCE_ID NUMBER
Yes Unique identifier of the application instance from which the data is sourced.
PC_DESC VARCHAR2 (240)
Description of the members at the 'Product Category' level.
PC_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'Product Category' level.
PC_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'Product Category' level.
PC_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'Product Category' level.
PC_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'Product Category' level.
PC_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'Product Category' level.
PC_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'Product Category' level.
PF_DESC VARCHAR2 (4000)
Description of the members at the 'Product Family' level.
PF_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'Product Family' level.
PF_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'Product Family' level.
PF_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'Product Family' level.
PF_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'Product Family' level.
PF_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'Product Family' level.
PF_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'Product Family' level.
ALL_DESC VARCHAR2 (240)
Description of the members at the 'All Products' level.
ALL_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'All Products' level.
ALL_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'All Products' level.
ALL_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'All Products' level.
ALL_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'All Products' level.
ALL_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'All Products' level.
ALL_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'All Products' level.
Query Text

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


SELECT ITEM_DESC
,      ITEM_SR_LEVEL_PK
,      ITEM_ATTRIBUTE1
,      ITEM_ATTRIBUTE2
,      ITEM_ATTRIBUTE3
,      ITEM_ATTRIBUTE4
,      ITEM_ATTRIBUTE5
,      INSTANCE_ID
,      PC_DESC
,      PC_SR_LEVEL_PK
,      PC_ATTRIBUTE1
,      PC_ATTRIBUTE2
,      PC_ATTRIBUTE3
,      PC_ATTRIBUTE4
,      PC_ATTRIBUTE5
,      PF_DESC
,      PF_SR_LEVEL_PK
,      PF_ATTRIBUTE1
,      PF_ATTRIBUTE2
,      PF_ATTRIBUTE3
,      PF_ATTRIBUTE4
,      PF_ATTRIBUTE5
,      ALL_DESC
,      ALL_SR_LEVEL_PK
,      ALL_ATTRIBUTE1
,      ALL_ATTRIBUTE2
,      ALL_ATTRIBUTE3
,      ALL_ATTRIBUTE4
,      ALL_ATTRIBUTE5
FROM APPS.QPR_PRD_ALLHIER_L_V;

Dependencies

[top of page]

APPS.QPR_PRD_ALLHIER_L_V references the following:

SchemaAPPS
SynonymQPR_DIMENSION_VALUES
PL/SQL PackageQPR_MAINTAIN_AW - show dependent code
SynonymQPR_PLAN_MEASURES
PL/SQL PackageQPR_SR_UTIL - show dependent code

APPS.QPR_PRD_ALLHIER_L_V is not referenced by any database object