DBA Data[Home] [Help]

PACKAGE: APPS.FND_LOG_SUMMARY

Source


1 package fnd_log_summary AUTHID CURRENT_USER as
2 /* $Header: AFUTLGSS.pls 115.0 2004/03/09 02:24:40 kkapur noship $ */
3 
4 
5 /* This routine is used as a concurrent program.  */
6 /* Nobody besides the concurrent manager should call it. */
7 procedure summarize_rows;
8 
9 end fnd_log_summary;