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


TABLE: QPR.QPR_PRICE_PLANS_B

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


This table contains plan definition and its analytic workspace definition XML.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_PRICE_PLAN_B_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRICE_PLAN_ID
SYS_IL0000457947C00014$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
PRICE_PLAN_ID NUMBER
Yes This is a unique number generated to identify a plan.
INSTANCE_ID NUMBER
Yes A unique number to identify each application instance.
AW_TYPE_CODE VARCHAR2 (30) Yes Type of analytic workspace.
AW_STATUS_CODE VARCHAR2 (30)
It takes the value 'PROCESS' when the data is loaded into the datamart. Only then can the datamart be used in Deals
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'.
AW_CODE VARCHAR2 (30)
It is the unique name of an Analytic Workspace given by 'QPR' concatenated with the price_plan_id
AW_CREATED_FLAG VARCHAR2 (1)
Specifies whether the Analytic Workspace is created or not. Takes values Y/N.
START_DATE DATE

The date from which the data has to be loaded into the datamart
END_DATE DATE

The date till which the data has to be loaded into the datamart
BASE_UOM_CODE VARCHAR2 (3)
The base unit to which all the quantities will be converted before loading data to the datamart
USE_FOR_DEAL_FLAG VARCHAR2 (1)
The data mart is used for deal or not (Y/N).
CURRENCY_CODE VARCHAR2 (15)
The code of the currency in which all the prices will be converted before loading data to the datamart
AW_XML CLOB (4000) Yes The XML used for forming an Analytic Workspace is stored here in the form of a CLOB
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
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 PRICE_PLAN_ID
,      INSTANCE_ID
,      AW_TYPE_CODE
,      AW_STATUS_CODE
,      TEMPLATE_FLAG
,      SEEDED_FLAG
,      AW_CODE
,      AW_CREATED_FLAG
,      START_DATE
,      END_DATE
,      BASE_UOM_CODE
,      USE_FOR_DEAL_FLAG
,      CURRENCY_CODE
,      AW_XML
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM QPR.QPR_PRICE_PLANS_B;

Dependencies

[top of page]

QPR.QPR_PRICE_PLANS_B does not reference any database object

QPR.QPR_PRICE_PLANS_B is referenced by following:

SchemaAPPS
SynonymQPR_PRICE_PLANS_B