Monday, August 12, 2013

Enabling FND debug

Set these at the user level

1) FND: Debug Log Level --> set to statement level

2)  FND: Debug Log Enabled --> Yes

3)  FND: Debug Log Module --> %

4) After reproducing the issue
select * from fnd_log_messages
where user_id =
and timestamp > sysdate-3
order by log_sequence desc

No comments:

Post a Comment