[Home] [Help]
[Dependency Information]
| Object Name: | PRP_MIGRATION_LOGS |
|---|---|
| Object Type: | TABLE |
| Owner: | PRP |
| FND Design Data: | PRP.PRP_MIGRATION_LOGS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the data migration logs for Oracle Proposals
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PRP_MIGRATION_LOGS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
MIGRATION_LOG_ID
|
| PRP_MIGRATION_LOGS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
MIGRATION_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MIGRATION_LOG_ID | NUMBER | Yes | Migration log identifier. This is a primary key column. | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object Version Number |
| MODULE_NAME | VARCHAR2 | (256) | Yes | Module name logging the messages |
| LOG_LEVEL | VARCHAR2 | (30) | Yes | Level of the log message. The value would be based on the lookup values from FND_LOOKS of lookup type PRP_MIG_LOG_LEVEL_TYPE. |
| MESSAGE_TEXT | VARCHAR2 | (2000) | Message text | |
| MIGRATION_CODE | VARCHAR2 | (30) | This column represents the migration code identifying the type of the migration performed. | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT MIGRATION_LOG_ID
, OBJECT_VERSION_NUMBER
, MODULE_NAME
, LOG_LEVEL
, MESSAGE_TEXT
, MIGRATION_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM PRP.PRP_MIGRATION_LOGS;
PRP.PRP_MIGRATION_LOGS does not reference any database object
PRP.PRP_MIGRATION_LOGS is referenced by following:
PRP
PRP_MIGRATION_LOGS#
|
|
|
|