Error in adpatch worker for OKL libraries (Patch 9239090)

Error's description by 'adpatch' utility (while applying patch 9239090)

The following Oracle Forms objects did not generate successfully:

au resource OKEKAULN.pll
au resource OKLCSASD.pll
au resource OKSAUCVT.pll
au resource OKSAUDET.pll
au resource CSCUTILS.pll
au resource OKCEXPOR.pll

An error occurred while generating Oracle Forms library files.
Continue as if it were successful [No] :

Impact of library related error in 'adpatch' utility

These libraries will have a direct impact on Oracle Procurement Contracts module, and in my view it will specifically affect document generation

Proposed Solution

1. Try to compile them using following commands:

frmcmp module=$AU_TOP/resource/OKEKAULN.pll userid=APPS/APPS output_file=$AU_TOP/resource/OKEKAULN.plx module_type=library batch=no compile_all=special

frmcmp module=$AU_TOP/resource/OKLCSASD.pll userid=APPS/APPS output_file=$AU_TOP/resource/OKLCSASD.plx module_type=library batch=no compile_all=special

frmcmp module=$AU_TOP/resource/OKSAUCVT.pll userid=APPS/APPS output_file=$AU_TOP/resource/OKSAUCVT.plx module_type=library batch=no compile_all=special

frmcmp module=$AU_TOP/resource/OKSAUDET.pll userid=APPS/APPS output_file=$AU_TOP/resource/OKSAUDET.plx module_type=library batch=no compile_all=special

frmcmp module=$AU_TOP/resource/CSCUTILS.pll userid=APPS/APPS output_file=$AU_TOP/resource/CSCUTILS.plx module_type=library batch=no compile_all=special

frmcmp module=$AU_TOP/resource/OKCEXPOR.pll userid=APPS/APPS output_file=$AU_TOP/resource/OKCEXPOR.plx module_type=library batch=no compile_all=special

2. If they do not get compiled continue in applying the patch, and complete patch application by pressing 'Yes' in adpatch (when it ask Continue as if it were successful [No] :)

3. Now apply patch 13984450 - which is the latest patch in for Procurement RUP (when this blog was written)

4. Recompile the libraries using the commands shown in point 1 above. This time the libraries will get compiled.

Assumptions

Environment

  • Oracle E Business Suite R12.1.1. (prior to applying patch 9239090)
  • Oracle Enterprise Linux 5.7
How to recompile INVALID database objects that are...
Error in adpatch worker for OKL libraries (Patch 9...