Using Lightweight MLS With Oracle E-Business Suite Release 12.1.3
There was a requirement where we had to store the item's descriptions in 5 languages(Countries of business for us). This was only required for reporting purposes. It was not required to have forms and self service pages in other languages.
Here the feature of Lightweight MLS came in very handy. Its introduced in 12.1.3
What it does- IT ENABLES ADDITIONAL LANGUAGES WITHOUT THE NEED TO APPLY THE NLS PATCH
Steps to enable MLS-
There was a requirement where we had to store the item's descriptions in 5 languages(Countries of business for us). This was only required for reporting purposes. It was not required to have forms and self service pages in other languages.
Here the feature of Lightweight MLS came in very handy. Its introduced in 12.1.3
What it does- IT ENABLES ADDITIONAL LANGUAGES WITHOUT THE NEED TO APPLY THE NLS PATCH
Steps to enable MLS-
- From OAM go to License Manager and activate the desired language
- From AD Admin -Choose 'Maintain Application Database Entities' option and then the 'Maintain Multi-Lingual Tables' task
- Run the message synchronization script-$FND_TOP/patch/115/sql/AFMSGSYNC.sql
$ sqlplus apps/apps @AFMSGSYNC.sql
NOTE: This script synchronizes the language data in FND_NEW_MESSAGES table with the base language data. Press RETURN to continue. Currently, following languages are installed: CODE NAME STATUS ---- ------------------------ ------------ US American English Base D German Install FRC Canadian French Install Please choose Oracle Language code from the installed languages. For example JA for Japanese. This language data will be synchronized with the base language data. Language Code: D You chose Spanish (D). Is this correct language to synchronize [Yes] ? Reading FND_NEW_MESSAGES table to see if language data exists. No Spanish language data exists in FND_NEW_MESSAGES table. Base language data will be copied to this language. Do you wish to proceed [No] ? Yes Synchronization is in progress... Synchronization has been done. Please do a 'commit' if changes are OK. Otherwise, do a 'rollback'. SQL> commit; Commit complete.
Bounce the application tier services and we have light weight MLS enabled
No comments:
Post a Comment