• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

calling database function sql

drwoo123

Member
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:
 
Back
Top