DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on DBMS_OUTPUT

Line 107: -- Debugs using dbms_output.put_line. Circumvents logging

103: -- That is, if this is enabled, the other two methods
104: -- will not be reached.
105: debug_to_core boolean := false;
106:
107: -- Debugs using dbms_output.put_line. Circumvents logging
108: -- using debug_to_table.
109: debug_to_console boolean := false;
110:
111: -- NOTE: This will attempt to create a database table

Line 193: dbms_output.put_line(substr(text,1,250));

189: return;
190: end if;
191:
192: if debug_to_console then
193: dbms_output.put_line(substr(text,1,250));
194: end if;
195:
196: if debug_to_table then
197: