Login  Register

Re: NLS Lookup Problem

Posted by ErmanArslansOracleBlog on May 08, 2015; 12:45pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/NLS-Lookup-Problem-tp341p350.html

Alternatively, you can edit/modify the file perzzlookup00000.ldt in $PER_TOP/patch/115/import/US/loc_ro/perzzlookup00000.ldt , change the meaning 's to be in your language for example: War Orphan = Savas Yetimi (in turkish)..
and use something like the following to upload it..

FNDLOAD apps/apps 0 Y UPLOAD /u01/install/APPS/fs2/EBSapps/appl/fnd/12.0.0/patch/115/import/aflvmlu.lct /u01/install/APPS/fs2/EBSapps/appl/per/12.0.0/patch/115/import/US/loc_ro/perzzlookup00000.ldt UPLOAD_MODE=NLS WARNINGS=TRUE


This will solve your specific nls translation issue. On the other hand, this time all the users(even US users ) will see only the translated values..
So it s better to open an SR to record a bug for it.