InterviewSolution
| 1. |
Can You Create Extensions To Oracle Applications Without Modifying The Standard Form Code? |
|
Answer» Yes. This can be done USING the CUSTOM library, which is an Oracle Forms PL/SQL library. You can integrate your custom code directly with Oracle APPLICATIONS without making changes to your Oracle Applications forms code. The CUSTOM library is located in the $AU_TOP/res/plsql directory. Once you write the code, you COMPILE and generate the CUSTOM procedures to MAKE your changes. Yes. This can be done using the CUSTOM library, which is an Oracle Forms PL/SQL library. You can integrate your custom code directly with Oracle Applications without making changes to your Oracle Applications forms code. The CUSTOM library is located in the $AU_TOP/res/plsql directory. Once you write the code, you compile and generate the CUSTOM procedures to make your changes. |
|