Oracle
1Z0-141 · Question #50
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…
The correct answer is C. SET_LOV_PROPERTY(lov_id,GROUP_NAME,'PROD'); E. CREATE_GROUP_FROM_QUERY ('PROD'. See the full explanation below for the reasoning.
Question
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.)
Options
- ARETRIEVE_LIST(lov_id, 'PROD');
- BPOPULATE_LIST(lov_id, 'PROD');
- CSET_LOV_PROPERTY(lov_id,GROUP_NAME,'PROD');
- DCREATE_GROUP_FROM_QUERY ('PROD',
- ECREATE_GROUP_FROM_QUERY ('PROD',
- FCREATE_GROUP_FROM_QUERY ('PROD',
How the community answered
(52 responses)- A2% (1)
- B10% (5)
- C77% (40)
- D4% (2)
- F8% (4)
Community Discussion
No community discussion yet for this question.