Hi, I wonder if anyone can help with this.
We have a stored procedure called InsertStaff that inserts records into several tables and calls another procedure called encryptPassword that has been defined in the same package.
When calling the InsertStaff procedure from SQL*Plus or via a Java application, there is no problem using this, everything works fine. However, when I call the InsertStaff procedure from Forms 6, this procedure runs fine, but the contained call to encryptPassword does not operate.
I am not getting any errors sent back (though this doesn't mean that there aren't any being generated!). Is there somewhere that will tell me what is going on here, or is there an issue nesting procedure calls that I am not aware of (though if this is the case, why is it okay running from SQL*Plus?).
Many thanks in advance for any help.
Regards
Rich
We have a stored procedure called InsertStaff that inserts records into several tables and calls another procedure called encryptPassword that has been defined in the same package.
When calling the InsertStaff procedure from SQL*Plus or via a Java application, there is no problem using this, everything works fine. However, when I call the InsertStaff procedure from Forms 6, this procedure runs fine, but the contained call to encryptPassword does not operate.
I am not getting any errors sent back (though this doesn't mean that there aren't any being generated!). Is there somewhere that will tell me what is going on here, or is there an issue nesting procedure calls that I am not aware of (though if this is the case, why is it okay running from SQL*Plus?).
Many thanks in advance for any help.
Regards
Rich