DBA Data[Home] [Help]

APPS.FND_LOG_SUMMARY dependencies on FND_LOG_SUMMARY

Line 1: package body fnd_log_summary as

1: package body fnd_log_summary as
2: /* $Header: AFUTLGSB.pls 115.0 2004/03/09 02:24:54 kkapur noship $ */
3:
4:
5: /* This routine is used as a concurrent program. */

Line 35: end fnd_log_summary;

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;