nerdexam
Oracle

1Z0-151 · Question #76

1Z0-151 Question #76: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-151 to reveal the answer and full explanation for question #76. The question stem and answer options stay visible for context.

Question

The Order Entry application contains several forms. The inventories form uses an LOV that is based on a record group that queries the Warehouses table to return a warehouse ID. Several of the forms use LOVs that are based on the same query. You decide to centralize the creation of the record group to the entry form of the application, which opens all the other forms, for example, to open the inventories form, there is a When-Button Pressed trigger on the inventories button with the following code; OPEN _FORM ('inventories'); in a When-New-Form-instance trigger for the entry form, you create the warehouse_rg record group by using the CREATE_GROUP_QUERY built in with the following arguments: ('warehouse_rg' , 'SELECT ALL WAREHOUSE.WAREHOUSE_ID, WAREHOUSE.WAREHOUSE_NAME FORM WAREHOUSE order by warehouse_name); You also populate the record group in this trigger. What must you do to make this record group available to the inventories form and the other forms?

Options

  • Ain the When-New-Form-instance trigger for the entry form, add a values for the SCOPE argument
  • Bin the entry form, move the record group code to the end of the When-Button-Pressed triggers for
  • Cin the entry form, move the record group code to the beginning of the When-Button-Pressed triggers
  • Din the When-Button_Pressed triggers of the entry from the buttons that open other forms, add a value
  • Ein the other forms, refer to the record group as: global.warehouse_rg.

Unlock 1Z0-151 to see the answer

You've previewed enough free 1Z0-151 questions. Unlock 1Z0-151 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 1Z0-151 Practice