Tutorials
Oracle Apps
Oracle Apps Message Dictionary
Oracle Apps Message Dictionary - Page 2
Oracle Apps Message Dictionary - Page 3
Oracle Apps Message Dictionary - Page 4Required Parameters to Generate Messages Program
Language – Enter the language in which you want the messages to be generated. The normal value used is US.
Application – Enter the application name for which you have defined the message.
Oracle Applications use messages to communicate with users. Typical messages include warnings and error messages, brief instructions, and informative messages that advise your user about the progress of concurrent requests, work done, and anything else of interest or helpful to users.
Forms–based applications display messages on the user’s screen; applications also print messages to output and log files. Messages are part of the product, and should be treated with the same amount of care and attention to the user interface as a form.
These message standards help you write messages that are brief, clear, and informative. When you follow these standards and use Message Dictionary, your application provides messages that are easy to understand, document, edit, and translate into other languages, resulting in an application that is easy to support and enhance.
The following suggested standards provide a consistent naming convention for message names.
Message names are hard coded into forms and programs and should never change.
Use descriptive words and make your message names meaningful to other developers. Your name should clearly summarize the content or purpose of the message. • Message names can contain no more than 30 characters. • Make message names all uppercase. Although message names are case insensitive, this provides consistency so that messages can be searched for easily.
Do not use spaces in message names; use underscore characters instead to separate words.
Message names should not contain message numbers (or prefixes), because message numbers may change over time.
Include your two–to–three–character application short name or abbreviation as the first word in each message name (optional).
The following suggested standards provide a consistent convention for message numbers
The following suggested standards provide a consistent convention for message descriptions.
Messages should never exceed about 1260 characters in English. This allows space for the messages to be translated to ”longer” languages such as German.
Next Page: Oracle Apps Message Dictionary - Page 4
| Nice One |