Hello,
i created an PL/SQL Function Body returning SQL Query and want to hand over a value from an application item.
BEGIN
return
test(:APPLICATION);
end;
Does it work with Application Items?
If i put in f.e. manually ‘6’ the function works. It only does not work if i try with it with the application item.