DBA Data[Home] [Help]

APPS.FND_LOG_SUMMARY dependencies on FND_LOG_ATTACHMENTS

Line 16: select count(*) into l_count from FND_LOG_ATTACHMENTS;

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:
19: select count(*) into l_count from FND_LOG_METRICS;
20: fnd_conc_summarizer.insert_row('FND_LOG_METRICS', l_count);

Line 17: fnd_conc_summarizer.insert_row('FND_LOG_ATTACHMENTS', l_count);

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:
19: select count(*) into l_count from FND_LOG_METRICS;
20: fnd_conc_summarizer.insert_row('FND_LOG_METRICS', l_count);
21: