EBS中比较复杂的trace方法
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