Passing Data within a Task Flow – It is a common use case to pass parameters from ADF Task Flow with fragments into another ADF Task Flow without fragments.f the bounded task flows referenced by ADF regions share the data control scope and the transaction – we can access parameter directly through Expression Language. If [...]

In Oracle Adf we will doing DML operation by calling the Procedure.Here the syntax of calling Stored procedure is as follow:

PPR is Partial Page Rendering, similarly to Ajax. It is used to dynamically refresh the part of page.It is done with the use of partial triggers. For better understanding , i will explain by an example. In Any .jspx page we have one table (table1) and one command button(button1) label ‘Delete’. On clicking the Delete [...]

OAF versus ADF I have seen many forums asking about Difference between OAF and ADF. May be my post will clear some points on this OAF – OAF is a framework for extending Oracle E-Business Suite. If you want to customize and Oracle EBS system you need to use OAF. OAF is a e-biz web [...]