Iam using Oracle 10g application developer
I used the following code in 6i and it works
DECLARE
filename VARCHAR2(256);
BEGIN
filename := GET_FILE_NAME(File_Filter=> 'DOC Files (*.doc)|*.doc|');
end;
But the same is not working in 10g .Please help