[Home] [Help]
[Dependency Information]
Object Name: | GMA_MIGRATION_LOG_V1 |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View on columns from GMA_MIGRATION_CONTROL, GMA_MIGRATION_LOG, FND_NEW_MESSAGES.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MIG_NAME | VARCHAR2 | (80) | Yes | Migration name |
RUN_ID | NUMBER | The Unique Run ID for the migration run. | ||
TABLE_NAME | VARCHAR2 | (80) | The table being migrated | |
MESSAGE_TOKEN | VARCHAR2 | (80) | Yes | FND Message Token |
MESSAGE_TYPE | VARCHAR2 | (2) | Yes | The category of the message |
MESSAGE_TEXT | VARCHAR2 | (4000) | Actual message | |
TIMESTAMP | DATE | Time of message | ||
APPLICATION_SHORT_NAME | VARCHAR2 | (50) | Yes | Application that logged the message |
CONTEXT | VARCHAR2 | (80) | Context of migration when the message was logged | |
LINE_NO | NUMBER | Line Number Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT MIG_NAME
, RUN_ID
, TABLE_NAME
, MESSAGE_TOKEN
, MESSAGE_TYPE
, MESSAGE_TEXT
, TIMESTAMP
, APPLICATION_SHORT_NAME
, CONTEXT
, LINE_NO
FROM APPS.GMA_MIGRATION_LOG_V1;
APPS.GMA_MIGRATION_LOG_V1 is not referenced by any database object
|
|
|