Interactive grid (IG) is arguably one of the best components available in newer versions of Oracle APEX. IG is an awesome blend of a form and an interactive report that lets users view the data in IR format as well as make DML operations (CRUD) to the dataset.By default, user needs to explicitly click...
Thursday, January 21, 2021
Wednesday, January 6, 2021
Deployment process for OAF controller classes in R12.2.x
- When it comes to deployment of OAF classes, R12.2.x moves away from conventional Oracle Applications Server setup to Weblogic server and jar concept comes into the picture.- Here are the steps to follow to deploy controller classes in 12.2 –1. Move the controller class file to the desired product top under JAVA_TOP (e.g. $JAVA_TOP/oracle/apps/xxcustom/oracle/apps/icx/por/req/webui)2. Attach...