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


TABLE: QPR.QPR_SCOPES

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


This table stores the details of scopes defined


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_SCOPES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSCOPE_ID
QPR_SCOPES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_ENTITY_TYPE
ColumnPARENT_ID
QPR_SCOPES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDIM_CODE
ColumnHIERARCHY_ID
ColumnLEVEL_ID
Columns
Name Datatype Length Mandatory Comments
SCOPE_ID NUMBER
Yes Unique identifier of a scope
PARENT_ENTITY_TYPE VARCHAR2 (30) Yes Takes values DATAMART/PRICINGSEGMENT
PARENT_ID NUMBER
Yes This will be price_plan_id / PR_SEGMENT_ID
DIM_CODE VARCHAR2 (30)
The code of the dimension of the scope
HIERARCHY_ID NUMBER

The Id of the hierarchy of the scope
LEVEL_ID NUMBER

The id of the level of the scope
OPERATOR VARCHAR2 (5)
The operator of the scope. Currently takes the value ' = '
SCOPE_VALUE VARCHAR2 (240)
The value of the scope
SCOPE_VALUE_DESC VARCHAR2 (240)
The description of the value of the scope
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 SCOPE_ID
,      PARENT_ENTITY_TYPE
,      PARENT_ID
,      DIM_CODE
,      HIERARCHY_ID
,      LEVEL_ID
,      OPERATOR
,      SCOPE_VALUE
,      SCOPE_VALUE_DESC
,      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_SCOPES;

Dependencies

[top of page]

QPR.QPR_SCOPES does not reference any database object

QPR.QPR_SCOPES is referenced by following:

SchemaAPPS
SynonymQPR_SCOPES