DBA Data[Home] [Help]

APPS.XTR_RISK_DEBUG_PKG dependencies on UTL_FILE

Line 22: g_FileHandle utl_file.file_type := NULL;

18: g_CallStack CallStack_table_type;
19: g_DebugLevels DebugLevels_table_type;
20: g_Debug BOOLEAN := TRUE; --bug 3236479 set the default to TRUE
21: g_sql_debug BOOLEAN := FALSE;
22: g_FileHandle utl_file.file_type := NULL;
23: G_DELIMITER VARCHAR2(5) := ' ==> ';
24: g_debug_conc BOOLEAN := FALSE;
25:
26:

Line 96: PROCEDURE set_filehandle(p_FileHandle utl_file.file_type := NULL);

92: -- PROCEDURE NAME: set_filehandle
93: --
94: -- DESCRIPTION: This procedure turn off the concurrent program debuging.
95: --
96: PROCEDURE set_filehandle(p_FileHandle utl_file.file_type := NULL);
97:
98:
99: --
100: -- Bug 3236479