I have a PL/SQL stored procedure and function, both written in dba studio (oracle 7i), that i have copied into Oracle Reports 9i as program units. However when i compile the procedure i get an error message saying i cannot use the other function in the sql cursor part of the procedure. the cursor goes something like:
SELECT PART_NAME(PART, QTY) AS X_PART,
Where PART_NAME is the function.
Any ideas why i get this error?
SELECT PART_NAME(PART, QTY) AS X_PART,
Where PART_NAME is the function.
Any ideas why i get this error?