DBA Data[Home] [Help]

APPS.INV_LOG_UTIL dependencies on INV_DEBUG_INTERFACE

Line 87: if utl_file.is_open(INV_DEBUG_INTERFACE.g_file_handle) then

83: l_dbgdir := substr(l_dbgpath, 1, l_strlen - length(l_dbgfile) - 1);
84:
85: -- Open Log file
86: IF l_dbgdir is not null then
87: if utl_file.is_open(INV_DEBUG_INTERFACE.g_file_handle) then
88: g_fd := INV_DEBUG_INTERFACE.g_file_handle;
89: else
90: g_fd := utl_file.fopen(l_dbgdir, l_dbgfile, 'a');
91: end if;

Line 88: g_fd := INV_DEBUG_INTERFACE.g_file_handle;

84:
85: -- Open Log file
86: IF l_dbgdir is not null then
87: if utl_file.is_open(INV_DEBUG_INTERFACE.g_file_handle) then
88: g_fd := INV_DEBUG_INTERFACE.g_file_handle;
89: else
90: g_fd := utl_file.fopen(l_dbgdir, l_dbgfile, 'a');
91: end if;
92: utl_file.put_line(g_fd, '');