1.
Which built-in allows you to update the screen display to reflect the information that Forms has in its internal representation of the screen?
2.
You created a custom menu for the Order Entry application. The shipping administrator has requested an additional submenu containing four items to invoke various reports. Which command type must you use to identify the parent menu item as a submenu?
3.
The accounting manager wants you to create a form that when queried will display a calculated total of year-to- date actual expenditures for the found code entered. The values needed to generate this summary data are stored in multiple tables. Which data source type can you assign to the data block for this form without having the DBA create a database object?
4.
Where can you add your own PL/SQL code in relation-handling triggers?
5.
Which value is valid for the iterate parameter in SET_TIMER built-in procedure?
6.
You create a data block based on a relation table containing a REF column. You select the REF column for your form module. Which statement about the REF column is true?
7.
You create a package that contains PL/SQL variables that must be shared among several forms in the Travel application. You place the package in a library and attach the library to all the forms that need to share the data. Which parameter in the OPEN_FORM built-in must you set to ensure that changes made by one form are visible to the other forms in the application?
8.
How can you change the cursor style in your form?
9.
Which trigger property applies to Key triggers?
10.
You need to change the text of a pop-up menu that appears when a user right clicks the mouse in the EMP_DATA data block. Where could you find the node for the pop-up menu in the Object Navigator?