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


TABLE: IEC.IEC_O_LIST_ACTION_BLOCK_MAPS

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


Table containing entries to map lists to blocks of rules for validation.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_O_LIST_ACTION_BLOCK_MAP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLIST_ACTION_BLOCK_MAP_ID
IEC_O_LIST_ACTION_BLOCK_MAP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLIST_HEADER_ID
Columns
Name Datatype Length Mandatory Comments
LIST_ACTION_BLOCK_MAP_ID NUMBER
Yes Unique Identifier.
LIST_HEADER_ID NUMBER (15) Yes Foreign key to the AMS_LIST_HEADERS_ALL table.
VALIDATION_RULE_ID NUMBER (15) Yes Validation rule associated with a list.
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 (15) 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 LIST_ACTION_BLOCK_MAP_ID
,      LIST_HEADER_ID
,      VALIDATION_RULE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
FROM IEC.IEC_O_LIST_ACTION_BLOCK_MAPS;

Dependencies

[top of page]

IEC.IEC_O_LIST_ACTION_BLOCK_MAPS does not reference any database object

IEC.IEC_O_LIST_ACTION_BLOCK_MAPS is referenced by following:

SchemaAPPS
SynonymIEC_O_LIST_ACTION_BLOCK_MAPS