Question 36
John is evaluating an old APEX application that has over 20 tabular forms. Ho wants to update the application and replace all of the tabular forms with interactive grids.
What is the fastest way for John to replace the old reports?
Question 37
ABC Company developed an employee directly by using an interactive report.
The HR manager (an end user) has customized his or her report to show only employees in the HR department, and wants to review the same report weekly.
How can the HR manager achieve this?
Question 38
Fred created a parent/child relationship between the Employees and Departments.
Fred wants to hide the Departments region.
What should Fred do to achieve this?
Question 39
Which is true about interactive reports?
Question 40
Kyle is developing a page with an interactive report, called Employees, using this query:
SELECT EMPNO, ENAME, JOB, DEPTNO FROM EMP WHERE DEPTNO = nvl(:P3_DEPTNO, DEPTNO) On the page, Kyle adds a select list, called P3_DEPTNO, using this query:
SELECT dname, deptno FROM dept;
He creates a dynamic action on change of P3_DEPTNO, with a true action of "Refresh" against the Employees region.
Kyle then runs the page and selects ACCOUNTING in the P3_DEPTNO item. However, the report still shows employees from all departments.
What must Kyle do to correctly display only employees from the department selected?
