1. Get the user ID
N/A
4. Get the ending Max log sequence for user
select USER_ID2. Get the starting Max log sequence for user
from fnd_user
where user_name= <'USERNAME'>
select max(LOG_SEQUENCE)3. Reproduce the issue
FROM FND_LOG_MESSAGES
where user_id =<USER_ID>
N/A
4. Get the ending Max log sequence for user
SELECT module, message_text
FROM FND_LOG_MESSAGES LOG
WHERE user_id = 1360
AND LOG_SEQUENCE between <LOG_SEQUENCE> and <LOG_SEQUENCE>
ORDER BY LOG.LOG_SEQUENCE;
Нема коментара:
Постави коментар
Напомена: Само члан овог блога може да постави коментар.