Hi,

Basically it's about concantenating a varchar2 parameter in the WHERE
part of the statement

(
...
WHERE
table1.field1=table2.field3
AND
...
...
AND '||p_SQL||'
)


Is it enough for you to see the problem?
(The comlete code is on the develoment machine which
is separated from the outer world)

If you need more details, I'll retype the stuff?
Justr let me know.

Thakns in advance.


Shurik.