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


TABLE: APPLSYS.FND_NEW_MESSAGES

Object Details
Object Name: FND_NEW_MESSAGES
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_NEW_MESSAGES
Subobject Name:
Status: VALID


FND_NEW_MESSAGES stores application messages for Message
Dictionary. Each row includes the application to which the
message belongs, the language the message is in, the message
name, the message text, and the message number. You need one
row for each application message in each of the language. Oracle
Application Object Library uses this information to display
application messages for Oracle Applications in GUI mode.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_NEW_MESSAGES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnMESSAGE_NAME
ColumnLANGUAGE_CODE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER
Yes Application identifier
LANGUAGE_CODE VARCHAR2 (4) Yes Language code
MESSAGE_NUMBER NUMBER (9)
The message number
MESSAGE_NAME VARCHAR2 (30) Yes Message name
MESSAGE_TEXT VARCHAR2 (2000) Yes The short message
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
DESCRIPTION VARCHAR2 (240)
Description
TYPE VARCHAR2 (30)
Message type
MAX_LENGTH NUMBER

Maximum number of display characters the translators can use to translate the message
CATEGORY VARCHAR2 (10)
'SYSTEM', 'PRODUCT', or null - This will allow user interfaces and other programs to filter exception messages based on category
SEVERITY VARCHAR2 (10)
'CRITICAL', 'ERROR', 'WARNING', or null - This will allow user interfaces and other programs to filter exception messages based on severity
FND_LOG_SEVERITY NUMBER

Severity to log message at
Query Text

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


SELECT APPLICATION_ID
,      LANGUAGE_CODE
,      MESSAGE_NUMBER
,      MESSAGE_NAME
,      MESSAGE_TEXT
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
,      TYPE
,      MAX_LENGTH
,      CATEGORY
,      SEVERITY
,      FND_LOG_SEVERITY
FROM APPLSYS.FND_NEW_MESSAGES;

Dependencies

[top of page]

APPLSYS.FND_NEW_MESSAGES does not reference any database object

APPLSYS.FND_NEW_MESSAGES is referenced by following:

SchemaAPPS
SynonymFND_NEW_MESSAGES