[Home] [Help]
27: from ff_functions
28: where function_id = x_function_id;
29:
30: cursor c_sequence is
31: select ff_functions_s.nextval
32: from dual;
33:
34: begin
35:
177: ) is
178:
179: begin
180:
181: update ff_functions set
182: function_id = x_function_id,
183: class = x_class,
184: name = x_name,
185: alias_name = x_alias_name,