top of page
Search
Feb 14, 2021
How to fix Buyer page issues in R12.2.8
In R12.2.8, many of the seeded OAF pages now have a sort of 'Infinite Scroll' feel for table based data sets. While this is a nice to...
Jan 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...
Dec 11, 2020
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...
Nov 15, 2020
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...
Jul 25, 2020
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...
Jun 13, 2020
What are RESTful Webservices
Information exchange among internal and/or external systems is an essential part of an organization’s IT division. To achieve these...
Apr 4, 2020
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...
bottom of page