Updating the Login Error Prompt
Hi Team,
i tried updating the Login Error Prompt from the Front-End Application from the Navigation:
Application Developer > Messages
I've then queried and updated the below setup:
Name: FND_APPL_LOGIN_FAILED Language: US Application: Application Object Library Current Message Text: SAMPLE
Afterwards I've submitted and completed the Generate Messages Single Request:
Language: US Application: Application Object Library Mode: DB_TO_RUNTIME
however, after completing its still not updating from the front-end application,
I've confirmed from FND_NEW_MESSAGES that it has updated as well:
SELECT * FROM fnd_new_messages WHERE message_name = 'FND_APPL_LOGIN_FAILED';
any idea why this is not being updated?