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…
Understanding WSDL
WSDL (web service description language) is an XML family document describing how to interact with the web service described. Web services can be consumed by the code, generated using WSDL definition, that knows precisely how to interact with the web service. In a nutshell WSDL document contains details about data…