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


TABLE: QPR.QPR_MODEL_EQUATIONS

Object Details
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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_MODEL_EQUATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMODEL_ID
ColumnEXECUTION_SEQUENCE
QPR_MODEL_EQUATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMODEL_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

QPR.QPR_MODEL_EQUATIONS does not reference any database object

QPR.QPR_MODEL_EQUATIONS is referenced by following:

SchemaAPPS
SynonymQPR_MODEL_EQUATIONS