PLS-00221: 'FUNCTION1' is not a procedure or is undefined ORA-06550:
485950Jan 16 2007 — edited Jan 16 2007When I add a row to a tabular form whose "primary key source type" is "Custom PL/SQL function" I get
"ORA-06550: line 1, column 45: PLS-00221: 'FUNCTION1' is not a procedure or is undefined ORA-06550: line 1, column 45: PL/SQL: Statement ignored"
I am in the right schema. and the function works in sqlplus.