Can you attach an lov to a field at design time?



Can you attach an lov to a field at design time?..

Answer / anil_abbireddy

pl/sql code in key-next-item or choose any other trigger
when u want to raise the lov

declare
x boolean;
begin
x:=show_lov('lov_name')
end;

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Oracle Forms Reports Interview Questions

What are the two panes that Appear in the design time pl/sql ?

1 Answers  


What are the different display styles of list items?

1 Answers  


How to call a report from Forms?

5 Answers  


How the Action Trigger works? and what is full syntex of srw.run_report?

1 Answers   CMC, Yantro Software,


how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun

2 Answers  






What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?

1 Answers  


what are the different objects that you cannot copy or reference in object groups?

1 Answers  


What is an oracle report? List its various types.

0 Answers  


What is an Lov?

2 Answers  


What are three panes that appear in the run time pl/sql interpreter?

1 Answers  


Which of the above methods is the faster method?

1 Answers  


Can we use a restricted package procedure in ON-VALIDATE-FIELD Trigger ?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)