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


VIEW: APPS.GMA_MIGRATION_LOG_V1

Object Details
Object Name: GMA_MIGRATION_LOG_V1
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMA.GMA_MIGRATION_LOG_V1
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.GMA_MIGRATION_LOG_V1 references the following:

SchemaAPPS
PL/SQL PackageGMA_MIGRATION - show dependent code
SynonymGMA_MIGRATION_CONTROL
SynonymGMA_MIGRATION_LOG

APPS.GMA_MIGRATION_LOG_V1 is not referenced by any database object