Oracle 1z0-132: Application Developer: Build Internet Applications II
#1. 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 fund code entered. The value needed to generate this summary data is stored in multiple tables. How would you define the data source for this data block without having the DBA create a database object?
#2. The EMP_DEPT block in your EMPLOYEE form is based on a view in an Oracle8 database. The items in this block have the Update Allowed property set to Yes. Which database feature makes it possible to permanently modify the underlying view?
#3. You are developing the Payroll application that contains the SALARY and COMMISSION forms. When a user invoked the COMMISSION form from the SALARY form, the SAL value should be passed to the COMMISSION form. In which data form and at what time should you define the parameter to accept the value.
#4. At design time, you create a query record group for the LOV associated with the HOTEL text item in a form module for the Travel Planner Application. When the record group deleted?
#6. You developing a form module, and you would like to make an indicated window visible in a new display position. Which built-in can you use to accomplish this task?
#7. You are creating the CUST_PREMIUM data block in the AUTO_INSURANCE form. A new state law requires that premiums be lowered for drivers with a good driving history. Because this could potentially affect a large number of records, you want to base the data block on a stored procedure returning a table of records. Which statement supports this approach?
#9. You established access to menu modules using roles. While testing the application, you need access to all the means in the SALES form module for all the roles. Which method will override the Menu Module Roles property to allow you to access all the menu items?
#10. You include the calendar class in your Hotel Booking application. Which additional form level objects will you need to create to implement this reusable component fully?