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 |
Does a grouping done for objects in the layout editor affect the grouping done in the datamodel editor?
how to eliminate duplictes in column except group and section?
Where do u define the select statement of the parameter? is it followed by the & variable ?
What are three panes that appear in the run time pl/sql interpreter?
What are the type of User Exits ?
What is an user exit used for?
What are built-ins used for Processing rows?
Can you attach an lov to a field at design time?
What is WHEN-Database-record trigger?
What are different types of modules available in oracle form?
What is an Alert?
What is the sequence the Report triggers will fires while running a report ?