EmployeeSearchResults View Object

This image shows a screenshot of the JDeveloper Application window to the left and the overview editor page for EmployeeSearchResults to the right. In the Application window, under Model > Application Resources, EmployeeSearchResults appears to be selected. To the right, in the overview editor, Query navigation option is selected to the left and to the right it displays the Mode, Select clause, Where Clause, Order By clause, and Binding details. The overview editor page also displays the Bind Variable details. The Where clause shows SEmp.LAST_NAME like :searchName which is highlighted. The Binding Variables table shows Name as searchName and Type as String.