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...
Creating and maintaining Custom Tables in R12.2.x
1. To create a custom table in custom schema – XXCUSTOM CREATE TABLE XXCUSTOM.TABLE_NAME (COL1 NUMBER,….); 2. To generate editioning view...
Creating Materialized Views in R12.2.x
- In 12.1.3 where we create a materialized views with simple CREATE statement but in 12.2.x, we need to do below steps – - Create a...
Consuming RESTful services in Oracle APEX
Let's see how we can consume REST webservices in Oracle APEX. Before we proceed, the assumption is that you are aware of REST concepts or...
Open External URLs using Oracle Function
Oracle EBS seamlessly lets us open OAF pages via Functions but there isn't a straight forward way of calling a webpage/external URL via a...
Force Upper case value in Oracle Apex Text fields
CSS is one of the best ways to quickly customize some of the Apex constructs. Follow below steps to force Upper or Lower case values in a...