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


TABLE: QPR.QPR_LVL_ATTRIBUTES

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


This table contains dimension attribute source mapping and level associations.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_LVL_ATTRIBUTES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEVEL_ATTR_ID
QPR_LVL_ATTRIBUTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRICE_PLAN_ID
Columns
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.
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'.
INCLUDED_FLAG VARCHAR2 (1)
Indicates if a level attribute is included in the plan template or not. Takes values 'Y'/'N'.
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.
USER_MAPPING_VIEW_NAME VARCHAR2 (30)
Identifies the user defined source table or view name from which the level values are obtained.
USER_MAP_COLUMN VARCHAR2 (30)
Identifies the user defined source table or view column name from which the level values are obtained.
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 LEVEL_ATTR_ID
,      HIERARCHY_LEVEL_ID
,      DIM_ATTR_ID
,      PRICE_PLAN_ID
,      TEMPLATE_FLAG
,      SEEDED_FLAG
,      INCLUDED_FLAG
,      MAPPING_VIEW_NAME
,      MAP_COLUMN
,      USER_MAPPING_VIEW_NAME
,      USER_MAP_COLUMN
,      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_LVL_ATTRIBUTES;

Dependencies

[top of page]

QPR.QPR_LVL_ATTRIBUTES does not reference any database object

QPR.QPR_LVL_ATTRIBUTES is referenced by following:

SchemaAPPS
SynonymQPR_LVL_ATTRIBUTES