Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

Result based Search Page:

1) Create a Page

2) Create a Region style as Query

Construction mode – Result Based Search

3) Under the Query region ->create new region by using wizard style as table
Select the Results item search allowed property ->true
Manual Search Page:

Deptno

Dname

Search clear

Deptno Dname Loc


1)Create a page

2)create a vo and associate to AM. Include below sql query

SELECT * FROM SCOTT.DEPT


WHERE DEPTNO =NVL(:1,DEPTNO)
AND DNAME LIKE NVL(:2,DNAME)

2)create new region style as header and include 2 search items

a)searchdeptno

b)searchdname

3) Create new region style as row layout and include 2 submit buttons

a)SearchButton

b)clear

4)create new region by using wizard style as table


Select AMImpl and create one custom method

You might also like