NuRe COMIT – Custom Objects Upgrade tool for E-Business Suite
- Identification of custom components
- Repository of custom components
- Manual retrofit of the custom components
- Based on the volume of custom components the manual effort and time is dependant.
Key Advantages
- Can run on the same Unix/Linux Oracle Application server
- Identify the custom components
- Creates a repository of custom components list
- Creates a repository of the custom components source code
- Creates a ZIP file of the custom components source code
- search for the schema references and automatically retrofits the code units
Execution flow:
- EBS_CUSTOM_DISC this script generates the source code of the custom components.
- CUSTOM_RETROFIT This script identifies the schema references in any of the custom components and automatically replaces the reference and make a comment of the replacement.
- Provide the nomenclature/naming convention of the custom components and modify the EBS_CUSTOM_DISC script accordingly, including the custom top.
- Create a directory on the application server and provide the required permissions.
- EBS_CUSTOM_DISC – script creates two folders one with custom components source code and other with zip file having custom components source code.
- Execute CUSTOM_RETROFIT, this script scans the custom components source code for schema references and retrofits along with comment and a Log file will be generated to identify the schema references.
- EBS_CUSTOM_DISC script generates the source code of the custom components, which helps in identifying and creating a repository of the custom components. The benefits of this script are:
- It saves time and effort by automating the generation of the source code of custom components.
- It ensures consistency and accuracy by creating a centralized repository of custom components.
- It provides a better understanding on the volume and type of custom components, which helps in managing and maintenance.
- It improves the resource utilization
- CUSTOM_RETROFIT script identifies the schema references in any of the custom components and automatically replaces the reference and makes a comment of the replacement. The benefits of this script are:
- It saves time and effort by automating the identification and replacement of schema references in custom components.
- It ensures compliance of replacing the schema references in accordance with the Oracle upgrade patching.
- It minimizes the risk of errors by providing a detailed log file of the replacements made.