DBA Data[Home] [Help]

APPS.FND_LOG_SUMMARY dependencies on FND_LOG_TRANSACTION_CONTEXT

Line 13: select count(*) into l_count from FND_LOG_TRANSACTION_CONTEXT;

9: begin
10: select count(*) into l_count from FND_LOG_MESSAGES;
11: fnd_conc_summarizer.insert_row('FND_LOG_MESSAGES', l_count);
12:
13: select count(*) into l_count from FND_LOG_TRANSACTION_CONTEXT;
14: fnd_conc_summarizer.insert_row('FND_LOG_TRANSACTION_CONTEXT', l_count);
15:
16: select count(*) into l_count from FND_LOG_ATTACHMENTS;
17: fnd_conc_summarizer.insert_row('FND_LOG_ATTACHMENTS', l_count);

Line 14: fnd_conc_summarizer.insert_row('FND_LOG_TRANSACTION_CONTEXT', l_count);

10: select count(*) into l_count from FND_LOG_MESSAGES;
11: fnd_conc_summarizer.insert_row('FND_LOG_MESSAGES', l_count);
12:
13: select count(*) into l_count from FND_LOG_TRANSACTION_CONTEXT;
14: fnd_conc_summarizer.insert_row('FND_LOG_TRANSACTION_CONTEXT', l_count);
15:
16: select count(*) into l_count from FND_LOG_ATTACHMENTS;
17: fnd_conc_summarizer.insert_row('FND_LOG_ATTACHMENTS', l_count);
18: