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


TABLE: IEC.IEC_O_ALG_ACTIONS

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


Contains actions belonging to recycling algorithms.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_O_ALG_ACTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACTION_ID
IEC_O_ALG_ACTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnALGORITHM_ID
IEC_O_ALG_ACTIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_BLOCK_ID
IEC_O_ALG_ACTIONS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACTION_CODE
Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER (15) Yes Unique Identifier.
ACTION_CODE VARCHAR2 (32) Yes The identifier code for the action.
PARENT_BLOCK_ID NUMBER (15) Yes Foreign key to IEC_O_ALG_BLOCKS for the block to which this action belongs.
SEQ_ORDER NUMBER (10) Yes The order of this action within its block.
ALGORITHM_ID NUMBER (15)
The denormalized ID of the owning algorithm.
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 ACTION_ID
,      ACTION_CODE
,      PARENT_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_ACTIONS;

Dependencies

[top of page]

IEC.IEC_O_ALG_ACTIONS does not reference any database object

IEC.IEC_O_ALG_ACTIONS is referenced by following:

SchemaAPPS
SynonymIEC_O_ALG_ACTIONS