Oracle Forms 9i Test
'Create a library module' is a method of reuse that is possible with a PL/SQL program unit, but not with a Forms trigger.
A user has requested a change to the Summit.fmb module. The form has two windows, DEPT_WIN and EMP_WIN. DEPT_WIN is always visible to the user. However, EMP_WIN is only occasionally required to be ...
An application uses a menu that contains a Check type Menu Item. You want to programmatically toggle the checked/unchecked state of the Check item. Which of the following built-ins can you use to a...
In the Human Resource form, you created a LOV based on a record group. The record group query selects the job title and job ID from the JOBS table that contains the following records: JOB_TITLE J...
In the Human Resource form, you created a LOV based on a record group. The record group query selects the job title and job ID from the JOBS table that contains the following records: � JOB_TITLE ...
In the Orders Form you define five LOVs and create one button to be used to display any of the LOVs. The button is enabled only when the user navigates through a field with an attached LOV. If the ...
Order entry clerks use the Orders form to enter the shipping date of an order. Once the shipping date has been entered into the database, the clerks are not allowed to modify it. What property can ...
The database EMPLOYEES table has a foreign key constraint referencing the DEPARTMENTS table. You are developing a Human Resource application. HR clerks use the Employees form to query, update, and ...
The DBA has informed you that two new columns have been added to the ORDERS table. The blocks in the Order Entry form were created manually. How can you use a wizard to modify the Orders block to i...
The DBA informed you that a number column called ORDER_STATUS has been added to the ORDERS table. You want to update the Order Entry form to display the additional data. You open the Layout Editor ...
The Department form is a part of a multiform application that also includes the Customer and Orders forms. The Department form must include a query-based PRODUCT Record Group. You must ensure that ...
The LINE data block is defined in the Order.fmb module. LINE items are displayed in the default window at run time. In a second window called BUTTONS, you display a set of icon buttons. At run time...
The 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 t...
The Orders form is required to initialize differently for different users. A database procedure (GET_ROLE_NAME) is used to determine which database roles are enabled for the user logging on to the ...
The Orders form must display the item total for products ordered. You decide to implement this functionality by creating an item in the ORDER_ITEMS block as a Calculated item. The item total is cal...
The Products.fmb module has one content canvas that displays information about products sold by your company. You increase the canvas display area by creating an overlay canvas to enable the produc...
The REGIONS non-query Record Group has two char columns. Which of the following built-ins an you use to replace any existing rows in REGIONS with the results of a query?
The user must be able to invoke a list of values for valid sales representative in the Orders form. To facilitate this, you created a button and positioned it next to the Sales Rep ID field The tex...
There is a requirement to invoke the Orders form from the Customers form. Your colleagues offer some suggestions regarding their choice of built-in to be used. They also give the reasons for their ...
There is a requirement to modify the default functionality of the [Commit] key. To implement this requirement, you decide to write a Key-Commit trigger that will force validation and issue a commit...
To centralize some of your processing, you decide to write PL/SQL library modules, which contain procedures that can be called from the triggers or menu items. You want the message [Credit limit ex...
What happens when you click Run Form Debug in Forms Builder?
Which of the following actions allow the user to view the display item at run time?
Which of the following helps you programmatically determine the button a user pressed to respond to an alert?
Which of the following statements are correct with regard to FORM_TRIGGER_FAILURE?
Which of the following statements are correct with regard to Query Record Group?
Which of the following statements define a Static Record Group?
Which of the following statements is correct with regard to client-side validation?
Which of the following statements is correct with regard to Data properties of a text item?
Which of the following statements is correct with regard to object group?
You are creating an application on a Windows PC. You want to test a form. How would you start an OC4J instance on the PC?
You are developing a form for customers to order tickets to events. There is an Event_Date item in the Tickets block of the form that has a LOV whose record group uses the following query: SELECT e...
You are developing a form that serves as a front end to access the Order Entry application. Within the form, you want to store the usernames of those users who have permissions to run the applicati...
You are running a multiple-form application. The Customers Form invoked the Orders Form. When the Orders Form launches, it displays orders for only the active customer from the Customers form. Form...
You are testing a form. How can you programmatically disable validation during testing?
You create the following four menu items for the main menu of a menu module that is attached to a form: Name Label ENTER_QUERY ENTER QUERY EXECUTE_QUERY EXECUTE &QUERY EDIT Edi&t EXIT eXit W...
You create the following four menu items for the main menu of a menu module that is attached to a form: Name Label ENTER_QUERY ENTER QUERY EXECUTE_QUERY EXECUTE &QUERY EDIT Edi&t EXIT ����� eXit W...
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?
You have an EMP block in the Employee.fmb module, which is currently on a content canvas. You want to display items from the EMP block on a new tab canvas. What are two ways to achieve this?
You have been asked to define a data block based on a query that is dependent on SQL only. The data will not be updated by the user. Selection of the tables to be queried will be decided by the use...
You need to restrict access to a form. Access must be limited to particular times of day and to certain authorized users. You write a procedure (get_authorization) in the form that checks the usern...
You start an OC4J instance on your development PC and then run a form from the Forms Builder. Which of the following statements describes the behavior of OC4J?
You want to create a calculated item in the Control block of the Human Resource form. This item will contain the total of employee salaries for employees in a particular department. Which statement...
You want users to be able to add a single value to a list item. How would you do this?
Your colleague created a list item that will be populated at run time by the JOBS Record Group. JOBS is populated from the EMP table using one or more of the following three columns: SAL column, wh...