Valid 1z0-151 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-151 Exam! ExamDiscuss.com now offer the newest 1z0-151 exam dumps, the ExamDiscuss.com 1z0-151 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-151 dumps with Test Engine here:

Access 1z0-151 Dumps Premium Version
(90 Q&As Dumps, 35%OFF Special Discount Code: freecram)

<< Prev Question Next Question >>

Question 60/90

View the Exhibit.

To test how the Orders application works with database triggers, you add to the Orders table the following database trigger that fires before the update of Customer_Id:
BEGIN
If :old.customer_id != : new.customer_id then
RAISE_APPLICATION_ERROR (-20101, 'Database trigger says no!');
end if;
END;
You run the Orders form, change the customer ID, and click Save. You receive the error message "FRM-
40509: Oracle error: unable to UPDATE record." You select Help > Display Error, and the Database Error dialog box that is shown in the Exhibit appears.
Which code would you put in your Form-level On-Error trigger to display the ORA- error message instead of the FRM- error message?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (90q)
Question 1: You are planning the alerts that are needed for your Human R...
Question 2: You have written a Forms application that your users log in ...
Question 3: You wish to use a javaBean in a form. This javaBean has no v...
Question 4: You have been assigned to maintain the Orders form. Users co...
Question 5: You want to use the Forms Debugger to diagnose a problem wit...
Question 6: The Orders form, you want to enable users to use Microsoft E...
Question 7: You are implementing a JavaBean in a form, the bean has no v...
Question 8: To avoid overloading the database during busy times, you dec...
Question 9: Users do not want to see the "Working" message while a long ...
Question 10: When users enter address information, you want them to be ab...
Question 11: You have been assigned to maintain a forms application that ...
Question 12: Your company applies three different interest rates for cust...
Question 13: Which three are valid ways to populate a display item?...
Question 14: Iin an Order Entry form, the Order_Items block has a text it...
Question 15: View the Exhibit. (Exhibit) You have placed the following co...
Question 16: You are using a PL/SQL program unit in the Orders form to di...
Question 17: Which four types of variables must have their names preceded...
Question 18: The Order Entry application contains several forms. The inve...
Question 19: You have the Orders form open in Forms Builder. You create a...
Question 20: You add a display item named Quantity to the Order items blo...
Question 21: You have a form that called a database stored procedure. You...
Question 22: The Orders application enables the Orders form to be opened ...
Question 23: You have been assigned to maintain a Forms application that ...
Question 24: You have a text item in your form named Object1. You want to...
Question 25: Which type of variable must be declared before it is used in...
Question 26: You have written a When-Validate-Item trigger. You want this...
Question 27: View the Exhibit. (Exhibit) You have defined the window, can...
Question 28: You have created a complex menu structure with several types...
Question 29: Which three statements are true about the PL/SQL Packages pa...
Question 30: View the Exhibit. (Exhibit) Iin the Human Resources form sho...
Question 31: In the Orders form, users often have a need to return to the...
Question 32: You have created an editor named MyEditor, and you want it t...
Question 33: View the Exhibit. (Exhibit) What four facts can you determin...
Question 34: You must be careful when coding a When-Button-Pressed trigge...
Question 35: View the Exhibit. (Exhibit) The Departments form has form le...
Question 36: An LOV must be displayed several times in your form; therefo...
Question 37: To troubleshoot a problem with a form, you have added a call...
Question 38: View the exhibit. (Exhibit) In the OrderItemsForm, you have ...
Question 39: You have coded the following When Button Pressed trigger: EX...
Question 40: In Forms Builder, the iconic buttons on the form are blank, ...
Question 41: Which setting of :SYSTEM.MESSAGE_LEVEL suppresses all system...
Question 42: View the Exhibit. (Exhibit) You have just created a new obje...
Question 43: A user at a remote location reports a problem that occurs wh...
Question 44: There are certain errors that are specific to the Salary ite...
Question 45: Which symbol when used in an object's Property Palette, indi...
Question 46: The Orders database table uses Order_id as its primary key. ...
Question 47: You put some code in a Post_Update trigger and raise the FOR...
Question 48: The Credit_Rating item in the Customers block of an Order En...
Question 49: On the Employees form, you do not want the cursor to enter t...
Question 50: View the Exhibit. (Exhibit) The DBA has added a 30-character...
Question 51: View the Exhibits. (Exhibit) The hierarchical tree shown at ...
Question 52: View the Exhibit. (Exhibit) The orders form contains two can...
Question 53: What happens when you click Run Form Debug in Forms Builder?...
Question 54: You have installed WebLogic and Forms with a default configu...
Question 55: Immediately after creating a button in the Layout Editor, wh...
Question 56: The Orders form has four blocks. The Orders and Order_items ...
Question 57: The Orders form has the following triggers defined: 1. Post-...
Question 58: A clerk is using the Human Resources form, which displays a ...
Question 59: The Enforce Primary Key property of a data block ensures tha...
Question 60: View the Exhibit. (Exhibit) To test how the Orders applicati...
Question 61: View the Exhibit. (Exhibit) You have integrated the WebUtil ...
Question 62: When tabbing through items in the Employees form, users shou...
Question 63: View the Exhibit. (Exhibit) You are attempting to drag the C...
Question 64: View the Exhibit. (Exhibit) The Departments table in the dat...
Question 65: You have designed a form with two content canvases. The wind...
Question 66: You have a form with a single multi-record block. During a s...
Question 67: You create a Customers form by using wizards. When you test ...
Question 68: Which statement is true about flexible code?...
Question 69: You are coding a When-Checkbox-Changed trigger. Which statem...
Question 70: The Employees database table contains more columns than can ...
Question 71: You want to display fields of a form module on multiple layo...
Question 72: You do not want users to execute queries while in the Order_...
Question 73: Which statement is always true about using OPEN_FORM to open...
Question 74: You want to use WebUtil functionality in the Orders form. Wh...
Question 75: View the Exhibit. (Exhibit) You are creating a menu for use ...
Question 76: View the Exhibit to examine the form. (Exhibit) The text ite...
Question 77: You want to display employee records in tabular format, but ...
Question 78: Which two actions are always necessary when deploying Forms ...
Question 79: Yon have created a list item for the Credit__Rating field in...
Question 80: When you plan to use a toolbar canvas, you should allow room...
Question 81: You have just created radio buttons labeled Outstanding, Exc...
Question 82: The Orders form is sometimes run automatically and sometimes...
Question 83: Customers log in to your Orders application by using their c...
Question 84: The Orders form, whose properties have not been changed from...
Question 85: If a display item has a Calculation Mode of Formula, you can...
Question 86: Identify a function of the Forms Servlet....
Question 87: Which statement is always true about a visual indicator that...
Question 88: View the Exhibit. (Exhibit) You have begun the process of in...
Question 89: View the Exhibit. (Exhibit) The Summit menu is attached to t...
Question 90: The Orders form has three blocks: Orders, Orders_Items, and ...