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


TABLE: IEC.IEC_O_ALG_BLOCKS

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


Contains blocks, which are recycling algorithm structures consisting of conditions and actions.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_O_ALG_BLOCKS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBLOCK_ID
IEC_O_ALG_BLOCKS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnALGORITHM_ID
IEC_O_ALG_BLOCKS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_CONDITION_ID
Columns
Name Datatype Length Mandatory Comments
BLOCK_ID NUMBER (15) Yes Unique Identifier.
BLOCK_TYPE VARCHAR2 (10) Yes identifies the block's type.
PARENT_CONDITION_ID NUMBER (15)
The condition which causes this block to be executed when matched. Will be NULL for a root block.
ALGORITHM_ID NUMBER (15)
The recycling algorithm identifier which owns this block.
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 BLOCK_ID
,      BLOCK_TYPE
,      PARENT_CONDITION_ID
,      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_BLOCKS;

Dependencies

[top of page]

IEC.IEC_O_ALG_BLOCKS does not reference any database object

IEC.IEC_O_ALG_BLOCKS is referenced by following:

SchemaAPPS
SynonymIEC_O_ALG_BLOCKS