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


TABLE: IEC.IEC_O_ALG_EXPR_OP_DEFS

Object Details
Object Name: IEC_O_ALG_EXPR_OP_DEFS
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


Contains seed data that defines which operators are used by expressions.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_O_ALG_EXPR_OP_DEFS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnEXPR_CODE
ColumnOPERATOR_VAR
ColumnOPERATOR_CODE
IEC_O_ALG_EXPR_OP_DEFS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnOPERATOR_CODE
Columns
Name Datatype Length Mandatory Comments
EXPR_CODE VARCHAR2 (32) Yes Code identifying the expression.
OPERATOR_VAR VARCHAR2 (32) Yes stored the operator variable name that contained in expression.
OPERATOR_CODE VARCHAR2 (32) Yes Code identifying the operator.
INACTIVE_DATA_NAME VARCHAR2 (32)
stores the data name that the operator will not operate on.
INACTIVE_DATA_FLAG VARCHAR2 (1) Yes indicate whether the operator will inactive certain data or not.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Used for locking in HTML applications.
SECURITY_GROUP_ID NUMBER (15)
Used in hosted environments.
Query Text

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


SELECT EXPR_CODE
,      OPERATOR_VAR
,      OPERATOR_CODE
,      INACTIVE_DATA_NAME
,      INACTIVE_DATA_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IEC.IEC_O_ALG_EXPR_OP_DEFS;

Dependencies

[top of page]

IEC.IEC_O_ALG_EXPR_OP_DEFS does not reference any database object

IEC.IEC_O_ALG_EXPR_OP_DEFS is referenced by following:

SchemaAPPS
SynonymIEC_O_ALG_EXPR_OP_DEFS