R12.1.3 : MISSING_TRANSLATED_VERSION
Hi,
I am trying to create a defaults file for adpatch and it seems that there is a parameter missing in the creation of the file. The MISSING_TRANSLATED_VERSION is not created in the file and when I then run the adpatch with the defaults file it fails.
When I add the following it runs fine:
## Start of Defaults Record
      %%START_OF_TOKEN%%
           MISSING_TRANSLATED_VERSION
      %%END_OF_TOKEN%%
      %%START_OF_VALUE%%
           y
      %%END_OF_VALUE%%
## End of Defaults Record
Seems there is a bug in the adpatch when creating the defaults file. 
The following bug I found on MOS explains the situation perfectly but I can't find any patch along with the bug.