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


TABLE: IEC.IEC_O_ALG_CONDITIONS

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


Contains conditions, which are complex expressions belonging to algorithms.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_O_ALG_CONDITIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONDITION_ID
IEC_O_ALG_CONDITIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBLOCK_ID
IEC_O_ALG_CONDITIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnALGORITHM_ID
Columns
Name Datatype Length Mandatory Comments
COMBINATION VARCHAR2 (30)
Defines if this condition's expressions are combined with an AND or OR operation.
CONDITION_ID NUMBER (15) Yes Unique Identifier.
BLOCK_ID NUMBER (15) Yes The block containing this condition.
SEQ_ORDER NUMBER (10) Yes The order of this condition within the block.
ALGORITHM_ID NUMBER (15) Yes The denormalized algorithm identifier which contains this condition.
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 COMBINATION
,      CONDITION_ID
,      BLOCK_ID
,      SEQ_ORDER
,      ALGORITHM_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IEC.IEC_O_ALG_CONDITIONS;

Dependencies

[top of page]

IEC.IEC_O_ALG_CONDITIONS does not reference any database object

IEC.IEC_O_ALG_CONDITIONS is referenced by following:

SchemaAPPS
SynonymIEC_O_ALG_CONDITIONS