Changing Login Page Prompts/Text attributes ORACLE E-BUSINESS SUITE R12.2.5 ,12.2.6,12.2.7,12.2.8,12.2.9,12.210,12.2.11
In this section, we will see how we can change the login prompts/text attributes. For example, we want to change the default prompt from “User Name” to “Account Name”.
This can be done very easily by customizing the seeded messages. To change the text attribute, perform the steps below:
- Login to Oracle E-Business Suite with any user having “Application Developer” Responsibility.
- Open “Messages” using the navigation given below:
Navigation: Application Developer > Application > Messages
- Change the “Current Message Text” from “User Name” to “Account Name” and Save.
- Bounce OACore using the commands below. Enter weblogic password when prompted.
[oracle@apps html]$ admanagedsrvctl.sh stop oacore_server1 [oracle@apps html]$ admanagedsrvctl.sh start oacore_server1
- Clear Browser Cache and the changes would be visible.
The following text prompts are available to be changed.
Sl. No | Message | Default Value |
---|---|---|
1 | FND_SSO_USER_NAME | User Name |
2 | FND_SSO_PASSWORD | Password |
3 | FND_SSO_FORGOT_PASSWORD | Login Assistance |
4 | FND_SSO_REGISTER_HERE | Register Here |
5 | FND_SSO_NOTSAME_USER | Not &USER? Log Out |
6 | FND_SSO_LOGIN | Log In |
7 | FND_SSO_CANCEL | Cancel |
8 | FND_SSO_ACCESSIBILITY | Accessibility |
9 | FND_SSO_LANGUAGE | Language |
10 | FND_COPYRIGHT | Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved |
Comments