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


TABLE: IBE.IBE_MIGRATION_HISTORY

Object Details
Object Name: IBE_MIGRATION_HISTORY
Object Type: TABLE
Owner: IBE
FND Design Data: TableIBE.IBE_MIGRATION_HISTORY
Subobject Name:
Status: VALID


This table stores history of data migration for iStore Tables. This is an Internal table and is used by development only to populate the records.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBE_MIGRATION_HISTORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMIGRATION_CODE
Columns
Name Datatype Length Mandatory Comments
MIGRATION_CODE VARCHAR2 (30) Yes Migration Code
OBJECT_VERSION_NUMBER NUMBER (9) Yes Object Version For Locking
CREATED_BY NUMBER
Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER

Standard WHO Column
STATUS VARCHAR2 (30)
Migration Status
SECURITY_GROUP_ID NUMBER

Security Group Identifier.
Query Text

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


SELECT MIGRATION_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      STATUS
,      SECURITY_GROUP_ID
FROM IBE.IBE_MIGRATION_HISTORY;

Dependencies

[top of page]

IBE.IBE_MIGRATION_HISTORY does not reference any database object

IBE.IBE_MIGRATION_HISTORY is referenced by following:

SchemaAPPS
SynonymIBE_MIGRATION_HISTORY