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


VIEW: APPS.QPR_COS_ALLHIER_L_V

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


[View Source]

Columns
Name Datatype Length Mandatory Comments
ALL_DESC VARCHAR2 (240)
Description of the members at the 'All Costs' level.
ALL_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'All Costs' level.
ALL_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'All Costs' level.
ALL_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'All Costs' level.
ALL_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'All Costs' level.
ALL_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'All Costs' level.
ALL_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'All Costs' level.
CTP_DESC VARCHAR2 (240)
Description of the members at the 'Cost Type' level.
CTP_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'Cost Type' level.
CTP_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'Cost Type' level.
CTP_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'Cost Type' level.
CTP_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'Cost Type' level.
CTP_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'Cost Type' level.
CTP_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'Cost Type' level.
COS_DESC VARCHAR2 (240)
Description of the members at the 'Cost' level.
COS_SR_LEVEL_PK VARCHAR2 (240)
Identifier of the members at the 'Cost' level.
COS_ATTRIBUTE1 VARCHAR2 (240)
Attribute value of the member at the 'Cost' level.
COS_ATTRIBUTE2 VARCHAR2 (240)
Attribute value of the member at the 'Cost' level.
COS_ATTRIBUTE3 VARCHAR2 (240)
Attribute value of the member at the 'Cost' level.
COS_ATTRIBUTE4 VARCHAR2 (240)
Attribute value of the member at the 'Cost' level.
COS_ATTRIBUTE5 VARCHAR2 (240)
Attribute value of the member at the 'Cost' 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 ALL_DESC
,      ALL_SR_LEVEL_PK
,      ALL_ATTRIBUTE1
,      ALL_ATTRIBUTE2
,      ALL_ATTRIBUTE3
,      ALL_ATTRIBUTE4
,      ALL_ATTRIBUTE5
,      CTP_DESC
,      CTP_SR_LEVEL_PK
,      CTP_ATTRIBUTE1
,      CTP_ATTRIBUTE2
,      CTP_ATTRIBUTE3
,      CTP_ATTRIBUTE4
,      CTP_ATTRIBUTE5
,      COS_DESC
,      COS_SR_LEVEL_PK
,      COS_ATTRIBUTE1
,      COS_ATTRIBUTE2
,      COS_ATTRIBUTE3
,      COS_ATTRIBUTE4
,      COS_ATTRIBUTE5
,      INSTANCE_ID
FROM APPS.QPR_COS_ALLHIER_L_V;

Dependencies

[top of page]

APPS.QPR_COS_ALLHIER_L_V references the following:

SchemaAPPS
SynonymQPR_DIMENSION_VALUES
PL/SQL PackageQPR_MAINTAIN_AW - show dependent code

APPS.QPR_COS_ALLHIER_L_V is not referenced by any database object