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


VIEW: APPS.QPR_CUS_ALLHIER_L_V

Object Details
Object Name: QPR_CUS_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 customer dimension in the datamart


[View Source]

Columns
Name Datatype Length Mandatory Comments
TP_DESC VARCHAR2 (240)
Description of the members at the 'Customer' level.
TP_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'Customer' level.
TP_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'Customer' level.
TP_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'Customer' level.
TP_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'Customer' level.
TP_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'Customer' level.
TP_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'Customer' level.
CG_DESC VARCHAR2 (240)
Description of the members at the 'Customer Segment' level.
CG_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'Customer Segment' level.
CG_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'Customer Segment' level.
CG_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'Customer Segment' level.
CG_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'Customer Segment' level.
CG_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'Customer Segment' level.
CG_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'Customer Segment' level.
TP_CLASS_DESC VARCHAR2 (240)
Description of the members at the 'Customer Class' level.
TP_CLASS_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'Customer Class' level.
TP_CLASS_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'Customer Class' level.
TP_CLASS_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'Customer Class' level.
TP_CLASS_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'Customer Class' level.
TP_CLASS_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'Customer Class' level.
TP_CLASS_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'Customer Class' level.
ALL_CUS_DESC VARCHAR2 (240)
Description of the members at the 'All Customers' level.
ALL_CUS_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'All Customers' level.
ALL_CUS_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'All Customers' level.
ALL_CUS_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'All Customers' level.
ALL_CUS_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'All Customers' level.
ALL_CUS_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'All Customers' level.
ALL_CUS_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'All Customers' level.
INSTANCE_ID NUMBER
Yes Unique identifier of the application instance from which the data is sourced.
Query Text

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


SELECT TP_DESC
,      TP_SR_LEVEL_PK
,      TP_ATTRIBUTE1
,      TP_ATTRIBUTE2
,      TP_ATTRIBUTE3
,      TP_ATTRIBUTE4
,      TP_ATTRIBUTE5
,      CG_DESC
,      CG_SR_LEVEL_PK
,      CG_ATTRIBUTE1
,      CG_ATTRIBUTE2
,      CG_ATTRIBUTE3
,      CG_ATTRIBUTE4
,      CG_ATTRIBUTE5
,      TP_CLASS_DESC
,      TP_CLASS_SR_LEVEL_PK
,      TP_CLASS_ATTRIBUTE1
,      TP_CLASS_ATTRIBUTE2
,      TP_CLASS_ATTRIBUTE3
,      TP_CLASS_ATTRIBUTE4
,      TP_CLASS_ATTRIBUTE5
,      ALL_CUS_DESC
,      ALL_CUS_SR_LEVEL_PK
,      ALL_CUS_ATTRIBUTE1
,      ALL_CUS_ATTRIBUTE2
,      ALL_CUS_ATTRIBUTE3
,      ALL_CUS_ATTRIBUTE4
,      ALL_CUS_ATTRIBUTE5
,      INSTANCE_ID
FROM APPS.QPR_CUS_ALLHIER_L_V;

Dependencies

[top of page]

APPS.QPR_CUS_ALLHIER_L_V references the following:

SchemaAPPS
SynonymQPR_DIMENSION_VALUES
PL/SQL PackageQPR_MAINTAIN_AW - show dependent code
SynonymQPR_PLAN_MEASURES

APPS.QPR_CUS_ALLHIER_L_V is not referenced by any database object