Create Oracle LSH UI JAR File

  1. Create a directory $FND_TOP/admin/template/custom and grant the "755" permission.
  2. Copy the existing $FND_TOP/admin/template/ebsProductManifest_xml.tmp to $FND_TOP/admin/template/custom.
  3. Modify $FND_TOP/admin/template/custom/ebsProductManifest_xml.tmp to add the following additional <classpath> entry after the <classpath> section for the customall.jar file. This should be after </classpath> and before the line </classpath-contents>.
    <classpath>
          <absolute-path>%s_current_base%/EBSapps/comn/java/classes/oracle/apps/cdr/jar</absolute-path>
          <relative-path>../../../../java/classes/oracle/apps/cdr/jar</relative-path>
          <windows-path>@BEA_HOME@/../EBSapps/comn/java/classes/oracle/apps/cdr/jar</windows-path>
          <libraries>
            <library>cdrlshall.jar</library>
         </libraries>
        </classpath>
    Replace EBSapps with your corresponding directory name if it is different.
  4. Run AutoConfig.
  5. Bounce the application tier services.

    Note:

    These changes must be redone if ebsProductManifest_xml.tmp is patched in future.
  6. In order to to synchronize the changes (during the next prepare phase) between both the file systems fs1 and fs2, back up the file $APPL_TOP_NE/ad/custom/adop_sync.drv.
  7. Add the following lines (after replacing EBSapps with your correct directory name) to the original "adop_sync.drv" file just before the line "#End Customization".
    # For LSH 3.2 : BEGIN
    cp -R %s_current_base%/EBSapps/comn/java/classes/oracle/apps/cdr %s_other_base%/EBSapps/comn/java/classes/oracle/apps
    cp %s_current_base%/EBSapps/comn/java/classes/oracle/apps/cdr/jar/cdrlshall.jar %s_other_base%/EBSapps/comn/java/classes/oracle/apps/cdr/jar
    cp %s_current_base%/EBSapps/appl/fnd/12.0.0/admin/template/custom/ebsProductManifest_xml.tmp %s_other_base%/EBSapps/appl/fnd/12.0.0/admin/template/custom
    # For LSH 3.2 : END
  8. After the changes are synchronized, make sure you run Autoconfig for the latest template changes to take effect.