Странице

Ознаке

четвртак, 21. март 2013.

Recompile pll and fmb in r12

The manual on how to recompile pll and fmb files in r12

1. Source apps env variable
2. Rename existing pll/fmb to pll.<DATE> and fmb.<DATE>
3. Create FORMS_PATH as
export FORMS_PATH=$APPL_TOP/au/12.0.0/resource:$APPL_TOP/au/12.0.0/resource/US
   If you have more  than 1 language installed on r12 please add those path as well

4. Recompile pll
frmcmp_batch module=<Source PLL> userid=APPS/APPS output_file=<Target PLX> module_type=library batch=yes compile_all=special
5. Recompile fmb
frmcmp_batch module=<Source FMB> userid=APPS/APPS output_file=<Target FMX> module_type=form batch=yes compile_all=special
Location of files:

Plx i pll - $APPL_TOP/au/12.0.0/resource/

fmb - $APPL_TOP/au/12.0.0/forms/US/ or some other language
fmx - $APPL_TOP/<MODULE>/12.0.0/forms/US/ or some other language

Note: Before compiling plls and fmbs for other languages please initalize nls variable with the proper encoding:
export NLS_LANG=Croatian_Croatia.UTF8
Thats it!

Нема коментара:

Постави коментар

Напомена: Само члан овог блога може да постави коментар.