populate record group [message #256877] |
Mon, 06 August 2007 23:58  |
ashish_pass1
Messages: 114 Registered: August 2006 Location: delhi
|
Senior Member |
|
|
hello all
i would like to kn that, why we populate record_group before
doing show_lov.
i can also do show_lov..without populate record group.
i can assign record_group on lov
and after declaring boolean i can use show_lov
here is the ex...
DECLARE
a boolean;
aa number;
num number;
BEGIN
num :=populate_group('rg_curr');
If num =0 then
a := show_lov('lov_curr') ;
end if;
END;
can any body plz help to out of this problem
regds
|
|
|
|
|