-----Google Analytics Code Start----> <-----Google Analytics Code Close---->
Home |
Technical Articles |
Training Articles |
Receive Email for New Articles |
Contributors |
Apps Book |
FND Debug Log - Debugging Oracle Apps code | | Print | |
Written by Anil Passi | |
Sunday, 19 November 2006 | |
There was a time when every individual Oracle Applications module used its own debugging technique. But this is changing now, thanks to FND Logging. I have been using FND Logging for over one year now, ever since 11.5.10 was released, hence I would like to share knowledge on this topic. The result of this select statement will provide the list of all the debug messages, on top will appear the most recent debug messages.. Comments
(14)
![]() ![]() written by Anil Passi , January 21, 2007 ![]() written by Yeshvant , January 21, 2007
Thanks for the valuable information that you are providing here.
What is the interface program that shud be run after setting the profile options? ![]() written by Anil Passi , January 21, 2007
Hi Yeshvant,
You do not need to run any interface process after setting these. Thanks, Anil Passi ![]() written by Yeshvant , January 21, 2007
Thanks for the valuable information that you are providing here.
What is the interface program that shud be run after setting the profile options? ![]() written by Koushik , January 31, 2007
Thanks for explaining in such a beautiful manner...All my doubts regarding the Debug messages are solved now....awesome explanation..
![]() written by Vijay , April 26, 2007
Great stuff! Very useful!
![]() written by namita , May 22, 2007
Can we use these fnd_log.STRING in Reports also?
Very useful!
Thanks.
Hi Anil,
Thanks for another great article. thx SB
Thanks for the usefull explanation. I tried it in a pll, but did not see any result. The solution was to add the app-schema to the call:
app.fnd_log.string(log_level => 1, module => 'XXBZ_JRG.is_active', message => 'MMW Test degug');
What are the values of your FND Log profile options?
FND: Debug Log Enabled FND: Debug Log Level FND: Debug Log Module
Anill,
I used the code in both a database PL/SQL package and in a PLL. The debug lines in the PLL didnot show up. Perhaps there is some other FND_LOG.string in a library which swallows my message. I posted this message to make people aware to user the apps-scheme in pll/fmb code. ![]() written by Somali , March 11, 2008
FND: Debug Log Enabled is set to yes at site level as well as user level but 'About this page' link isn't appearing in the jsp pages of this particular user. Please suggest.
You must be logged in to a comment. Please register if you do not have an account yet.
|
You do not need to run any interface process after setting these.
Thanks,
Anil Passi