Question 16
Morgan has a report and form on the EMP table. He updated the form by adding a display-only item P5_Loc and change event dynamic action on PS_DEPTNO to populate the Item using Set Value with this SQL:
select loc from dept
where deptno = :P5_DEFTNO;
When Morgan runs the patje, he gets this error:
apex_error_code:
WWV_FLOW_DML. COLUMN_NOT_ FOUND
original massage: Column LOC not found in table EMP
What should Morgan do to prevent this error?
Question 17
Trillian wants to pass an item value, which includes a comma, such as the value Donuts, Coffee, In the URL when calling another page.
How can Trillian escape the Item value so that the comma is interpreted correctly?
Question 18
What is the least error-prone way to split a long list into two lists?
Question 19
Taylor has created a report and form on the status table.
She wants only application administrator to be able to access the report and form.
What must she do to achieve this?
Question 20
Mark has created a modal form page to enter new calendar events. Mark now wants to call the form when an spot.
How can Mark update the calendar region to call the form?
