I've got a PL/SQL function that is generating a web page the users can use to manipulate the data in a spreadsheet-like environment.<BR><BR>I need to pass this edited data back to the PL/SQL function ...
A PL/SQL function is a subprogram that returns a single value using the RETURN keyword. CREATE OR REPLACE FUNCTION function_name (parameters) RETURN datatype IS BEGIN -- statements RETURN value; END; ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results