What is OAF pages in Oracle Apps?
Oracle Application Framework (OAF) is an architecture for creating web based pages with in Oracle EBS platform. OAF functionality can be achieved using JDEVELOPER Tool. OAF follows MVC architecute. Each of the BC4J component has been explained in detailed manner , Refer below.
How do I get an OAF application module?
Create Application Module and Controller in OAF
- Step2: Specify package “trng2.oracle.apps.ak.hw.server” (AM will be in server) and name “HelloWorldAM”
- Step3: You need to select VO if AM need to association of VO.
- Step4: One AM can refer the objects and code of another AM.
How do I add an OAF page to responsibility?
- Login to Oracle Application E-Business Suite.
- Function window will get opens.
- Navigate to create menu.
- Create a responsibility and add menu to responsibility, the below shows the responsibility navigation in System Administration.
- Now assign the menu to Responsibility as shown in the below image.
How do I customize an OAF page in Oracle Apps?
Scroll down to the “Page Layout” Section and click on Create Item Icon next to it.
- Enter the Following information:
- Click Apply to save the changes.
- Reorder an item: By default, the above text would be displayed at the bottom of the page.
- Select the Personalize Radio button under Responsibility section.
What is an oaf page?
Oracle Application Framework (OAF) is an architecture for creating web based front end pages and J2EE type of applications within the Oracle EBS ERP platform. In order to develop and maintain OAF functionality, Oracle’s JDeveloper tool is used. OAF is based on J2EE technology called BC4J (Business Components for Java).
What is difference between ADF and oaf?
ADF is at the center of the Fusion technology stack, whereas OAF is the development platform for the Oracle E-Business Suite Applications and their extensions. Unlike ADF, OAF cannot be used standalone and can be deployed to Oracle Application Server.
What is OAF application module?
Application Module (AM): It is a container for related BC4J objects and provides the database connection. It also provides Transaction Context (OADBTransaction) or Transaction Management. An AM can have more nested AM contained in it along with other BC4J components. But it is mandatory to have an AM for an OAF page.
What are BC4J components?
Introducing Business Components for Java (BC4J)
- A client-side user interface written in Java and/or HTML.
- One or more business logic tier components that provide business logic and views of business objects.
- Tables on the database server that store the underlying data.
How do I deploy an oaf page?
Deploy OAF page
- Compile all java files (Controller Files) with command javac .java.
- 3, Call java importer to import all xml files.
How do I get a standard oaf page from my server?
Step1:- First Go to your OAF page in the application , in which you want to download from server. Step2:- To see the Properties of this Page and to know what is the Application path of this Page. for this we need to go to ‘About this Page’ in the Bottom of the Page.
How do I customize my oaf page?
Personalization in OAF
- Personalize Self-Service Defn : In order to do Personalization this profile has to set to “Yes” at appropriate level.
- FND: personalization region Link Enabled : If you set this profile value to “Yes” and “Personalize Self-Service Defn” is also “Yes” the you can do Personalization at region level.
How many types of value sets in Oracle Apps?
What are different types of Value Sets?? Oracle Apps Interview Questions › Category: AOL-SysAdmin › What are different types of Value Sets?? There are 8 different types of Value Set Validations.
How to register the oaf page to Oracle E-Business Suite?
Register the OAF page to Oracle E-Business suite Step: 1Follow below steps to move OAF project files into Oracle Apps server. 1. Find the server path where exactly to place the OAF project files into Oracle Applications server I. Login to Putty II. Execute cd $JAVA_TOP command to go to the JAVA TOP directory III.
How to register an oaf page in apps?
REGISTRATION OF OAF PAGE IN APPS. Now we are going to learn about how to register the pages in apps. First create the page in JDeveloper and compile the page. After compiling the page now we have to move the class files to Java top in server. Move the whole folder where your project located.
Where exactly to place the oaf project files into Oracle Applications Server?
Find the server path where exactly to place the OAF project files into Oracle Applications server I. Login to Putty II. Execute cd $JAVA_TOP command to go to the JAVA TOP directory III. Now execute pwdcommand to get the path where exactly the JAVA TOP is located in your sever.
How to find the Java top in Oracle apps server?
Now execute pwdcommand to get the path where exactly the JAVA TOP is located in your sever. example: /home/apps/apps/apps_st/comn/java/classes 2. Copy OAF Project Files into Oracle APPS Server