FND LOG Messages
-------------------------
a) Using the System Administrator Responsibility, navigate to Profile > System Check the User checkbox and fill in your user name In the Profile field enter: FND: Debug% Click Find
At the User level, set the following profile option values:
FND: Debug Log Enabled Yes
FND: Debug Log Level Statement
FND: Debug Log Module %
Save your changes
b) select max(log_sequence) from fnd_log_messages;
---- Please note the above query result which has to be given in step (d).
c) Now Please reproduce the issue.
d) Get the Debug Messages:
select log_sequence, module, message_text from fnd_log_messages where log_sequence > &max_log_sequence_from_step_b
order by log_sequence;
e) Reset the profile options to their original value
-------------------------
a) Using the System Administrator Responsibility, navigate to Profile > System Check the User checkbox and fill in your user name In the Profile field enter: FND: Debug% Click Find
At the User level, set the following profile option values:
FND: Debug Log Enabled Yes
FND: Debug Log Level Statement
FND: Debug Log Module %
Save your changes
b) select max(log_sequence) from fnd_log_messages;
---- Please note the above query result which has to be given in step (d).
c) Now Please reproduce the issue.
d) Get the Debug Messages:
select log_sequence, module, message_text from fnd_log_messages where log_sequence > &max_log_sequence_from_step_b
order by log_sequence;
e) Reset the profile options to their original value
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29135257/viewspace-1734730/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/29135257/viewspace-1734730/