The following On-Error trigger was written to give users a more meaningful message when they press the Up key when the cursor is in the first record (the FRM-40100 error) and to display default messages for all other errors:
IF message_code = 40100 THEN
MESSAGE('You are already at the first record');
ELSE
MESSAGE(message_type || '-' ||
to_char(message_code) || ': ' || message_text);
END IF;
When you test the form, you still get the FRM-40100 message when you press the Up key while the cursor is in the first record. Your custom message does not appear.
What corrections can you make so that the code functions properly?
A. Change all occurrences of message_code, message_type, and message_text to error_code, error_type, and error_text.You created a query Record Group at design time.
Which built-in can you use to execute the query defined in the Record Group object?
A. ADD_GROUP_ROWAn application uses a menu that contains a Check type menu item. You have programmatically obtained the menu item ID of the Check item and now you want to write code to toggle its checked/unchecked state.
Which two built-ins can you use to accomplish this? (Choose two.)
A. FIND_ITEMThe menu that appears by default in a Forms application does not quite meet your needs, so you decide to create a custom menu. You create and compile a menu module called Test with three submenus that contain PL/SQL code, and you attach the Test menu to a form.
How will the menu of the form appear and perform at run time?
A. You will see only the three submenus from the Test menu (plus the Window menu that is usually displayed), and you will not be able to callcode from the default menu in your form.You are running a form in debug mode and you begin to step through the code of a lengthy subprogram.
After stepping through a few lines of its code, you realize that the error comes not from the code in that particular subprogram but from code that is executed after it. At this point, how can you immediately jump to the next line of code after the call to the subprogram?
A. Click Step Over to step over the execution of the subprogram.View the Exhibit.
You have created a menu for the Summit Office Supply application that you attach to its main form.
The menu, whose Menu Editor is shown in the exhibit, contains several submenus:
Applications, displaying a choice of forms to invoke
Customers, displaying menu items for the Customers form Orders, displaying menu items for the Orders form
HR, displaying menu items for the HR form
The Main Menu property for the menu is set to Applications.
When the user chooses from the Applications submenu to invoke another form, which built-in can you use to display the appropriate menu items for that form?

You created a LOV based upon a three-column Record Group called CUST, which was created at design time.
View the Exhibit and examine the structure of the CUST Record Group.
At run time, the user sometimes requires the LOV to be populated from the PROD Record Group.
Which two built-ins will enable you to create the PROD Record Group and repopulate the LOV? (Choose two.)

View the Exhibit and examine the form.
The Orders form consists of a single-record master block (ORDERS) and a multirecord detail block (ORDER_ITEMS). Form-level triggers have been defined as shown in the exhibit. At run time, the focus is in the Sales Rep Id Text Item in the Orders block when the user selects a check box in the ORDER_ITEMS block that has its Mouse Navigate property set to Yes.
In what sequence will the triggers fire?

View the Exhibit.
The Credit_Rating item in the Customers block of an Order Entry form must be restricted to three possible values: Good, Poor, or Null (the latter value indicates that the credit rating has not been determined). Order entry clerks must be able to update this item to any of these three values.
You want to change the item to a check box labeled "Credit Risk" that should be selected if the customer has poor credit. The check box should not be selected if the customer's credit rating is good or undetermined.
You change the item type to Check Box and set other properties as shown in the exhibit, then run your form and insert three records: two with good credit and the check box clear, and one with poor credit and the check box selected. You commit the data and query the records, with the following result set:
CUST_ID LAST_NAME FIRST_NAME CREDIT_RATING ------------ ------------------ ------------------- ------------------------------ 1001 Gamer Pam 1002 Wallace Sheila 1003 Maslen Glenn Poor
The first two records show an undetermined credit rating, although your intention was to set the value to Good for those customers. What change must you make in the properties of the Credit_Rating item to enable values of Good, Poor, and Null to be entered?

You should enable the user to add additional values to a list item at run time. You must also ensure that the Record Group LOCATIONS, which is used to populate the list item, can be updated with any user-supplied value. What two actions could you take to accomplish this? (Choose two.)
A. Add a new value to the list item by calling the POPULATE_LIST built-in.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-141 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.