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


TABLE: QPR.QPR_HIER_LEVELS

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


This table contains the level details of each dimension hierarchy of price plan.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_HIER_LEVELS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnHIERARCHY_LEVEL_ID
QPR_HIER_LEVELS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRICE_PLAN_ID
ColumnHIERARCHY_ID
Columns
Name Datatype Length Mandatory Comments
HIERARCHY_LEVEL_ID NUMBER
Yes Unique identifier for the hierarchy level of a plan.
HIERARCHY_ID NUMBER
Yes Identifies the hierarchy to which the level is associated.
PRICE_PLAN_ID NUMBER
Yes Unique identifier of the price plan.
LEVEL_SEQ_NUM NUMBER
Yes Indicates the position of a level in a hierarchy.
LEVEL_PPA_CODE VARCHAR2 (30) Yes Unique Code for a Level, which remains same across price plans
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 or not.
INCLUDE_FLAG VARCHAR2 (1)
Indicates if the value is included or not.
LVL_SHORT_NAME VARCHAR2 (30)
Short name of the level.
LVL_LONG_NAME VARCHAR2 (240)
Long name of the level.
LVL_PLURAL_NAME VARCHAR2 (240)
Plural name of the level.
MAPPING_VIEW_NAME VARCHAR2 (30)
Identifies the seeded source table or view name from which the level values are obtained.
MAP_COLUMN VARCHAR2 (30)
Identifies the seeded source table or view column name from which the level 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 HIERARCHY_LEVEL_ID
,      HIERARCHY_ID
,      PRICE_PLAN_ID
,      LEVEL_SEQ_NUM
,      LEVEL_PPA_CODE
,      TEMPLATE_FLAG
,      SEEDED_FLAG
,      INCLUDE_FLAG
,      LVL_SHORT_NAME
,      LVL_LONG_NAME
,      LVL_PLURAL_NAME
,      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_HIER_LEVELS;

Dependencies

[top of page]

QPR.QPR_HIER_LEVELS does not reference any database object

QPR.QPR_HIER_LEVELS is referenced by following:

SchemaAPPS
SynonymQPR_HIER_LEVELS