[Home] [Help]
[Dependency Information]
Object Name: | FND_NEW_MESSAGES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_NEW_MESSAGES_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
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 |
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;
APPLSYS.FND_NEW_MESSAGES does not reference any database object
APPLSYS.FND_NEW_MESSAGES is referenced by following:
|
|
|