DBA Data[Home] [Help]

APPS.FND_GLOBAL dependencies on DBMS_OUTPUT

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

78: -- That is, if this is enabled, the other two methods
79: -- will not be reached.
80: debug_to_core boolean := false;
81:
82: -- Debugs using dbms_output.put_line. Circumvents logging
83: -- using debug_to_table.
84: debug_to_console boolean := false;
85:
86: -- NOTE: This will attempt to create a database table

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

154: return;
155: end if;
156:
157: if debug_to_console then
158: dbms_output.put_line(substr(text,1,250));
159: end if;
160:
161: if debug_to_table then
162: