DBA Data[Home] [Help]

APPS.ASO_DEBUG_PUB dependencies on FND_FILE

Line 173: FND_FILE.put_line(FND_FILE.LOG, debug_msg);

169: Write to the table, concurrent pgm output file and
170: also to the debug log file */
171: G_Debug_count := G_debug_count + 1;
172: G_Debug_tbl(G_debug_count) := substr(debug_msg,1,G_DEBUG_LEN);
173: FND_FILE.put_line(FND_FILE.LOG, debug_msg);
174: if G_FILE is not null then
175: utl_file.put_line(G_FILE_PTR, debug_msg);
176: utl_file.fflush(G_FILE_PTR);
177: end if;