Generating FND Logs?

In this forum Oracle Applications DBA's, System Administrators & Developers can share their knowledge/issues.
Post Reply
admin
Posts: 2062
Joined: Fri Mar 31, 2006 12:59 am
Location: Pakistan
Contact:

Generating FND Logs?

Post by admin »

a) Enable FND Logging using system administrator responsibility by setting the following profiles at the USER Level.

FND: Debug Log Enabled = Yes
FND: Debug Log Level = Statement
FND: Debug Log Module = %

b) Reproduce the issue.

c) using toad get the results of the script after the request fails in an excel file and review data,

SELECT log_sequence,module,message_text,log_level
FROM fnd_log_messages
WHERE transaction_context_id =
(SELECT transaction_context_id
FROM fnd_log_transaction_context
WHERE transaction_id =:con_request_id)
ORDER by log_sequence;
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest