Wednesday, October 11, 2017

Display Data from Database in OAF

1. Create a Page to display the data
2.  The data should get displayed when the form get open

 EMPNO
 ENAME
 SAL
 MGR
 HIREDATE






1. Create a Project
2. Create AM and VO
3. Attach VO to the AM
4. Execute the VO to fetch the data
5. Create a page with table region with respect to VO
5. Display the data when form is loading (PROCESS REQUEST)


No comments:

Post a Comment