DBA Data[Home] [Help]

APPS.BIS_DEBUG_PUB dependencies on UTL_FILE

Line 43: G_FILE_PTR utl_file.file_type;

39: (
40: 'BIS_DEBUG_LOG_DIRECTORY'
41: );
42: G_FILE Varchar2(255) := null;
43: G_FILE_PTR utl_file.file_type;
44: /* Name Set_Debug_mode
45: ** Purpose Sets the debug mode to be FILE or TABLE.
46: ** It will set the debug mode to FILE if specified so else
47: ** the mode is set to TABLE, It reuturns the name of the file if