Question 11
David has created page 10 as a form page using an Automatic Row Fetch process. A column named LOCATION has been added to the underlying table, and the form needs to include this new the column.
Which is the minimum action required on the copied item to get the form working correctly.
Question 12
Nancy has an application that is performing unexpectedly. She has turned on debug for the page and reviewed the debug messages and still can't determine the cause of the Inconsistent behavior. She believes It may be an APEX bug.
What action should Nancy take to Identify the issue?
Question 13
Which three item types support defining a list of values?
Question 14
Morgan has a report and form on the EMP table. He updated the form by adding a display-only item P5_LOC, and a change event dynamic action on P5_DEPTNOto populate the item using Set Value with this SQL:
select loc from dept
where deptno = :P5_DEPTNO;
When Morgan runs the page, he gets this error:
apex_error_code:
WWV_FLOW_DML.COLUMN_NOT_FOUND
original message: Column LOC not found in table EMP
What should Morgan do to prevent this error?
Question 15
Francisco has been tasked with creating a Frequently Asked Questions (FAQ) page. The page security requirements are defined as:
* Anyone who can access the application, in any capacity, shall also be able to view the new FAQ page.
Which page level Authorization Scheme and Authentication options should Francisco choose?
