DBA Data[Home] [Help]

APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on FND_FILE

Line 6: fnd_file.put_line(fnd_file.log, p_buff);

2: /* $Header: apwuprdb.pls 120.3 2006/09/01 17:43:12 dtong noship $ */
3:
4: PROCEDURE put_line(p_buff IN VARCHAR2) IS
5: BEGIN
6: fnd_file.put_line(fnd_file.log, p_buff);
7: END put_line;
8:
9: ------------------------------------------------------------------------
10: PROCEDURE Upgrade(errbuf OUT NOCOPY VARCHAR2,