[Home] [Help]
[Dependency Information]
| Object Name: | QPR_EXPRESSIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | QPR |
| Subobject Name: | |
| Status: | VALID |
This table stores the expresion details
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QPR_EXPRESSIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXPRESSION_ID
SEQUENCE
|
| QPR_EXPRESSIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EXPRESSION_ID
|
| 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 |
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;
QPR.QPR_EXPRESSIONS does not reference any database object
QPR.QPR_EXPRESSIONS is referenced by following:
QPR
QPR_EXPRESSIONS#
|
|
|
|