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


TABLE: QPR.QPR_DIM_ATTRIBUTES

Object Details
Object Name: QPR_DIM_ATTRIBUTES
Object Type: TABLE
Owner: QPR
Subobject Name:
Status: VALID


This table contains the dimension attribute details of a price plan. A maximum of five attributes are supported for each dimension.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_DIM_ATTRIBUTES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDIM_ATTR_ID
QPR_DIM_ATTRIBUTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRICE_PLAN_ID
Columns
Name Datatype Length Mandatory Comments
DIM_ATTR_ID NUMBER
Yes Unique Identifier for an attribute associated with a plan dimension.
PRICE_PLAN_DIM_ID NUMBER
Yes Identifies the dimension to which the attribute is associated.
PRICE_PLAN_ID NUMBER
Yes Unique identifier of the price plan.
ATTR_PPA_CODE VARCHAR2 (30) Yes Unique code to identify an attribute. This code is same across plans for a given attribute.
TEMPLATE_FLAG VARCHAR2 (1)
Indicates if the rows belong to plan template. Takes values 'Y'/'N'.
SEEDED_FLAG VARCHAR2 (1)
Indicates if the value is seeded data or not.Takes values 'Y'/'N'.
ATTR_SHORT_NAME VARCHAR2 (30)
Short name of the Attribute.
ATTR_LONG_NAME VARCHAR2 (240)
Long name of the attribute.
ATTR_PLURAL_NAME VARCHAR2 (240)
Plural name of the Attribute.
ATTR_DATA_TYPE VARCHAR2 (30)
Indicates the data type of an attribute. Possible values are TEXT, DATE and NUMBER.
ATTR_CLASSIFICATION VARCHAR2 (100)
Indicates the type of attribute. Possible values are MEMBER_LONG_DESCRIPTION, MEMBER_SHORT_DESCRIPTION, TIME_SPAN and END_DATE.
DEFAULT_ORDER_FLAG VARCHAR2 (1)
Indicates if the dimension values must be sorted based on the attribute value or not. Takes values 'Y'/'N'.
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER

Identifies the concurrent program
PROGRAM_LOGIN_ID NUMBER

Identifies the Oracle Applicaitons Consurrent Program Login ID
PROGRAM_APPLICATION_ID NUMBER

Identifies the Oracle Application that spawned the consurrent program
REQUEST_ID NUMBER

Identifies the concurrent request instance that spawned the concurrent program
Query Text

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


SELECT DIM_ATTR_ID
,      PRICE_PLAN_DIM_ID
,      PRICE_PLAN_ID
,      ATTR_PPA_CODE
,      TEMPLATE_FLAG
,      SEEDED_FLAG
,      ATTR_SHORT_NAME
,      ATTR_LONG_NAME
,      ATTR_PLURAL_NAME
,      ATTR_DATA_TYPE
,      ATTR_CLASSIFICATION
,      DEFAULT_ORDER_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM QPR.QPR_DIM_ATTRIBUTES;

Dependencies

[top of page]

QPR.QPR_DIM_ATTRIBUTES does not reference any database object

QPR.QPR_DIM_ATTRIBUTES is referenced by following:

SchemaAPPS
SynonymQPR_DIM_ATTRIBUTES