Question 11
Kim has defined a validation of "Item is NOT zero" on P5_SAL. When she runs the page, the error is displayed in the notification, but does not highlight the item or display the error below the item. Kim changes Display Location to "Inline with Field and Notification". However, the validation error still does not display under the item.
What must Kim do to ensure that the validation error appears correctly under the item and also in the notification?
Question 12
Which three item types support defining a list of values?
Question 13
Which three are true about using REST Enabled SQL to access a remote database?
Question 14
Kevin has been asked to create a percentage bar chart that shows what percentage of project were over budget and under budget. Initially his chart looks like.
However, he wants the chart to look like.
What chart attribute should Kevin change to fix this display issue?
Question 15
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_DEPTNO to 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?
