Which three sources can be used for a classic report? (Choose three.)
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?
Robin develops many apps in his workspace that use various APEX plug-ins. Some apps use the same plug-in as other apps. When a newer version of a plug-in is available, Robin has to update the plug-in in multiple apps.How can Robin upgrade a plug-in once and have all other apps that use the same plug-in get updated at the same time?
You want to refer to a page by a name (or alias) instead of page number in the application URL.Which step most accurately helps you achieve this?
Which processing point is enabled for computations during page processing?
Michael created a report and form on a table to maintain customers.When Michael tested the new form and entered a new record, he got this error:What should Michael do to resolve this issue?