Entries by Oracle ERP Apps Guide

, ,

Oracle Apps Concurrent Processing:An Introduction

This article gives an introduction of  Concurrent Processing in Oracle Application.Concurrent Program:An instance of an execution file, along with parameter definitions and incompatibilities. Several concurrent programs may use the same execution file to perform their specific tasks, each having different parameter defaults and incompatibilities.Concurrent Program Executable:An executable file that performs a specific task. The file […]

, ,

Personalization vs Extension vs Customization

In Oracle EBS development, the terms Personalization, Customizations & Extensions are often used interchangeably. It often creates confusion among developers regarding the meaning of these terms. These terms are critically important terms that developers must understand and use properly. Let’s discuss them briefly here to simply understand what they are. What is Personalization? Personalization is […]

, ,

OAF vs ADF 10g

With the emergence of next generation Fusion technology middleware stack there is confusion between the technologies OA framework and ADF among Oracle developers especially for the people who are developing extensions for Oracle Applications 11i/R12. Both are Oracle technologies for developing web based User Interface with Jdeveloper. Here is a detailed overview of OA framework […]

, , ,

Create Hello World Page in OAF!

This tutorial will tell you the basic steps to create a Hello Word Page in OA Framework. Earlier Posts: 1] Initial Setup in JDeveloper for OAF Development 2] Run Oracle Defined Hello World Page Step 1: Start JDeveloper. Create a New OA Workspace and Empty OA Project with the New…Dialog Step 2: Create the OA Component Page […]