OFG messages contain no text in pop up.
We have been working on a customized form, using Forms6i(version 6.0.8.11.3), Designer 6i(version 6.5.46.1.0) and Headstart for Oracle Applications 11i(version 6.5). The pop up message contains the OFG message number only when the error/warning occurs (OFG-00022). The message text does not appear in the pop-up window, only the message number appears. We've loaded the ofgmes.ldt data file in the 'FND_NEW_MESSAGES' table with the generic loader and proper configuration file for our custom application, regened the message file for the custom application but still no message text. Please tell us what we are missing and/or why we're not seeing the message text when the error occurs. Thank you.
.
Here's the message description per the ofgmes.ldt file...
BEGIN FND_NEW_MESSAGES "XXCUS" "OFG-00022"
OWNER = "XXCUS"
MESSAGE_TEXT = "Press [[Delete Record]] again to confirm cascade delete."
TYPE = "ERROR"
END FND_NEW_MESSAGES