Usually the first step in creation of a BI Publisher report is to create a data source. Oracle gives an option to create data source on many different kinds, for instance they are supported with JDBC, JNDI, File, LDAP, OLAP, Web Services and HTTP. The data source then created can…
How quick ADF application development is?
Yes, building applications using Oracle ADF is really quick. This post depicts how quickly you can build an employee search page with following features. Search using AND or OR condition among the criteria. Add additional search fields. Search based on STARTS WITH, ENDS WITH and CONTAINS. Save the search criteria.…
What is Oracle ADF
Oracle Applications Development Framework, aka ADF, is an MVC (Model, View and Controller) design pattern based Oracle framework that can be used to build rich Java EE applications. You can build robust and easily maintainable applications that follow standard design patterns and meet foolproof software application requirements. This post gives…
Create ESS Job in fusion for BIP Report
In Fusion applications ESS jobs can be run on demand and as per schedules. These jobs are analogous to concurrent programs in Oracle EBS applications. There are many ESS jobs that are delivered as part of Fusion applications, and users can also create and run ESS jobs. The best part…
How to Isolate customizations (under development) in Fusion
In Oracle fusion applications, personalization and customizations were taken to a level above compared to Oracle EBS self-service applications and other legacy ERP suites. In Fusion applications customizations and personalizations, that are in development stage, are isolated from the application in use, thereby protecting the usage and functionality away from…
How to create OAF Train step process
A sequential train step process is useful in transactions that involve multiple entities. A classic example is applicant registration process in job sites, which involved personal details page, skill set page, educational qualifications, etc.. A train step process can be created in OAF by following below steps. 1. Create all…