I have a weird problem. I am trying to call a function that someone else wrote - and its giving me a weird error. I don't know what / how the function works - someone else wrote it.
Thanks in advance.
Error:
ORA-06576: not a valid function or procedure name
The SQL call is:
CALL INSERT_ORGLEVEL('0100000000000000', '01', 0, 'ABCDE')
The function is:
Thanks in advance.
Error:
ORA-06576: not a valid function or procedure name
The SQL call is:
CALL INSERT_ORGLEVEL('0100000000000000', '01', 0, 'ABCDE')
The function is: