DBA Data[Home] [Help]

APPS.FND_LOG_SUMMARY dependencies on FND_OAM_BIZEX_SENT_NOTIF

Line 31: select count(*) into l_count from FND_OAM_BIZEX_SENT_NOTIF;

27:
28: select count(*) into l_count from FND_EXCEPTION_NOTES;
29: fnd_conc_summarizer.insert_row('FND_EXCEPTION_NOTES', l_count);
30:
31: select count(*) into l_count from FND_OAM_BIZEX_SENT_NOTIF;
32: fnd_conc_summarizer.insert_row('FND_OAM_BIZEX_SENT_NOTIF', l_count);
33: end summarize_rows;
34:
35: end fnd_log_summary;

Line 32: fnd_conc_summarizer.insert_row('FND_OAM_BIZEX_SENT_NOTIF', l_count);

28: select count(*) into l_count from FND_EXCEPTION_NOTES;
29: fnd_conc_summarizer.insert_row('FND_EXCEPTION_NOTES', l_count);
30:
31: select count(*) into l_count from FND_OAM_BIZEX_SENT_NOTIF;
32: fnd_conc_summarizer.insert_row('FND_OAM_BIZEX_SENT_NOTIF', l_count);
33: end summarize_rows;
34:
35: end fnd_log_summary;