How to Enable India Localization in R12.2
I would like to share one thing here, which i resolved recently. Problem was India India Localization issue in R12.2.3
Step 1-->Go to $JA_TOP/patch/115/driver
[oracle@vtebz1 driver]$ ls
ja12axdo.drvx jai5188052.drv
Check two drv files
Step 2-->Go to /u01/oracle/VIS/fs2/EBSapps/appl/ja/12.0.0/patch/115/sql
Manually compile the files (Path: $JA_TOP/patch/115/sql) in the specified order below.
a. jai_enable_trg.sql
b. jai_enable_trg_elim.sql
Connect sqlplus apps user
Sql> @jai_enable_trg.sql
PL/SQL procedure successfully completed.
Sql>@jai_enable_trg_elim.sql
PL/SQL procedure successfully completed.
Step 1-->Go to $JA_TOP/patch/115/driver
[oracle@vtebz1 driver]$ ls
ja12axdo.drvx jai5188052.drv
Check two drv files
Step 2-->Go to /u01/oracle/VIS/fs2/EBSapps/appl/ja/12.0.0/patch/115/sql
Manually compile the files (Path: $JA_TOP/patch/115/sql) in the specified order below.
a. jai_enable_trg.sql
b. jai_enable_trg_elim.sql
Connect sqlplus apps user
Sql> @jai_enable_trg.sql
PL/SQL procedure successfully completed.
Sql>@jai_enable_trg_elim.sql
PL/SQL procedure successfully completed.
Comments
Post a Comment