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


TABLE: QPR.QPR_MEASURE_GROUPS

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_MEASURE_GROUPS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMEASURE_GROUP_ID
QPR_MEASURE_GROUPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPRICE_PLAN_ID
ColumnMEASURE_GROUP_CODE
ColumnMEASURE_PPA_CODE
Columns
Name Datatype Length Mandatory Comments
MEASURE_GROUP_ID NUMBER
Yes Unique Identifier for measure code and type classification values.
PRICE_PLAN_ID NUMBER
Yes Identifies the plan template to which the measure belongs.
SEEDED_FLAG VARCHAR2 (1)
Indicates if the value is seeded data or not.Takes values 'Y'/'N'.
INCLUDE_FLAG VARCHAR2 (1)
Indicates if the value is part of template or not. Takes values 'Y'/'N'.
MEASURE_PPA_CODE VARCHAR2 (30)
Unique code to identify a measure for which the classification is specified.
MEASURE_GROUP_CODE VARCHAR2 (60)
Indicates the classification code of the measure.
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 MEASURE_GROUP_ID
,      PRICE_PLAN_ID
,      SEEDED_FLAG
,      INCLUDE_FLAG
,      MEASURE_PPA_CODE
,      MEASURE_GROUP_CODE
,      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_MEASURE_GROUPS;

Dependencies

[top of page]

QPR.QPR_MEASURE_GROUPS does not reference any database object

QPR.QPR_MEASURE_GROUPS is referenced by following:

SchemaAPPS
SynonymQPR_MEASURE_GROUPS