DBA Data[Home] [Help]

APPS.ASO_DEBUG_PUB dependencies on FND_FILE

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

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