Hi all,
When I need information about the content in the attribute strings, I look in the debugger.
But where do I find the information, when the call does not show up in the debugger. Like this one?
archive_api.New_Client_Report()
Hi all,
When I need information about the content in the attribute strings, I look in the debugger.
But where do I find the information, when the call does not show up in the debugger. Like this one?
archive_api.New_Client_Report()
Best answer by dsj
I know I have to use archive_api.New_Client_Report, but I do not have any attribute strings. It comes from this discussion.
I hope I made it clearer?
.
As I aware there’s no such a method to get which values to put in attr and I’m so delighted if someone has an answer for that.
But as I see your main question is how to find attributes when the call is not visible in Debug Console.
Answer is, actually the call is there in the console but finding it is bit tricky since this scenario occurs when the call is a Server invoke instead of direct PLSQL.
Here’s how I find what parameters to add for Archive_api.New_Client_Report
Hope you find it useful.
Cheers!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.