[Home] [Help]
[Dependency Information]
| Object Name: | QPR_MODEL_EQUATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | QPR |
| Subobject Name: | |
| Status: | VALID |
This table stores the details of the equations being used, referencing Model table and Expression table
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QPR_MODEL_EQUATIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MODEL_ID
EXECUTION_SEQUENCE
|
| QPR_MODEL_EQUATIONS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
MODEL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MODEL_ID | NUMBER | Yes | Unique Identifier of the model to which equation belongs | |
| EXECUTION_SEQUENCE | NUMBER | Yes | Order in which the equations are to be executed in a model | |
| LHS_EXPRESSION_ID | NUMBER | Left hand side expression of the equation | ||
| RHS_EXPRESSION_ID | NUMBER | Yes | Right hand side expression of the equation | |
| OPERATOR | VARCHAR2 | (10) | Indicates the operator used to link the LHS and RHS 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 MODEL_ID
, EXECUTION_SEQUENCE
, LHS_EXPRESSION_ID
, RHS_EXPRESSION_ID
, OPERATOR
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM QPR.QPR_MODEL_EQUATIONS;
QPR.QPR_MODEL_EQUATIONS does not reference any database object
QPR.QPR_MODEL_EQUATIONS is referenced by following:
QPR
QPR_MODEL_EQUATIONS#
|
|
|
|