[Home] [Help]
[Dependency Information]
| Object Name: | IBE_MIGRATION_HISTORY |
|---|---|
| Object Type: | TABLE |
| Owner: | IBE |
| FND Design Data: | IBE.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IBE_MIGRATION_HISTORY_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MIGRATION_CODE
|
| 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. |
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;
IBE.IBE_MIGRATION_HISTORY does not reference any database object
IBE.IBE_MIGRATION_HISTORY is referenced by following:
APPS
IBE_MIGRATION_HISTORY
|
|
|
|