Friday, 2 August 2013

Remove Language Selection from Login Page and from Global Preferences Page

Removing Language Selection From Login Page

1. Logon with Functional Administrator responsibility
2. Click on 'Personalization' Tab
3. Enter /oracle/apps/fnd/sso/login/webui in document path and click on 'Go' button
4. Click on 'Pencil' icon under 'Personalize Page' for /oracle/apps/fnd/sso/login/webui/LangImagesRN
5. Make sure that 'Include' for Site is checked and click on 'apply'
6. Look for „Table Layout‟ and click on 'Pencil' icon in ‟Personalize' column.
7. Change 'rendered' property value to 'false' at Site level from LOV and click on Apply.
8. This will disable the language selection links in the login page.


Removing Language Selection From Global Preferences Page

1. Logon with Functional Administrator responsibility
2. Click on 'Personalization' Tab
3. Enter /oracle/apps/fnd/preferences/webui in document path and click on 'Go' button
4. Click on 'Pencil' icon under 'Personalize Page' for 
/oracle/apps/fnd/preferences/webui/PreferencesPG
5. Make sure that 'Include' for Site is checked and click on 'apply'
6. Look for „Message Choice: Current Session Language‟ and click on 'Pencil' icon in ‟Personalize' column.
7. Change 'rendered' property value to 'false' at Site level from LOV and click on Apply.
8. Look for „Message Choice: Default Application Language‟ and click on 'Pencil' icon in ‟Personalize' column.
9.Change 'rendered' property value to 'false' at Site level from LOV and click on Apply.
10.This will disable the language selection links in the Preference page.


No comments:

Post a Comment

Uploading PO Attachments from EBS to FTP Server

 create or replace PROCEDURE xx_upload_po_attachment(errbuff out varchar2, retcode out number)  IS CURSOR cur_new_attmt IS    select ponumbe...