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


TABLE: IEC.IEC_O_ALG_OP_DEFS_B

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


Contains seed data defining operators used by expressions. Examples of operators are "is" and "greater than".


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_O_ALG_OP_DEFS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnOPERATOR_CODE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
OPERATOR_CODE VARCHAR2 (32) Yes Unique code identifying the operator.
IS_UNARY_FLAG VARCHAR2 (1) Yes identify whether the operator is unary or not.
SQL_OPERATOR VARCHAR2 (32)
equivalent SQL operator
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.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT OPERATOR_CODE
,      IS_UNARY_FLAG
,      SQL_OPERATOR
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM IEC.IEC_O_ALG_OP_DEFS_B;

Dependencies

[top of page]

IEC.IEC_O_ALG_OP_DEFS_B does not reference any database object

IEC.IEC_O_ALG_OP_DEFS_B is referenced by following:

SchemaIEC
ViewIEC_O_ALG_OP_DEFS_B#