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


TABLE: QPR.QPR_EXPRESSIONS

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


This table stores the expresion details


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_EXPRESSIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPRESSION_ID
ColumnSEQUENCE
QPR_EXPRESSIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPRESSION_ID
Columns
Name Datatype Length Mandatory Comments
EXPRESSION_ID NUMBER
Yes Identifier for the expression
SEQUENCE NUMBER

Indicates the sequence in which the expression needs to be formed
TERM_ID NUMBER
Yes Identifier of the term used in the expression.
TRANSFUNCTION VARCHAR2 (50)
Indicates the transformation to be applied on the expression
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EXPRESSION_ID
,      SEQUENCE
,      TERM_ID
,      TRANSFUNCTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM QPR.QPR_EXPRESSIONS;

Dependencies

[top of page]

QPR.QPR_EXPRESSIONS does not reference any database object

QPR.QPR_EXPRESSIONS is referenced by following:

SchemaAPPS
SynonymQPR_EXPRESSIONS